Changeset 49061 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Oct 11, 2013 8:15:59 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r49044 r49061 641 641 642 642 643 /**644 * Special segment package used passing segment order information for mach-o645 * images (mainly mach_kernel, really).646 *647 * Passes to rtDbgModDwarf_TryOpen via RTDBGMODINF::pvDbgPriv.648 */649 typedef struct RTDBGDWARFSEGPKG650 {651 /** Pointer to the segment array. */652 PCRTDBGSEGMENT paSegs;653 /** Number of segments. */654 uint32_t cSegs;655 /** For use more internal use in file locator callbacks. */656 RTLDRARCH enmArch;657 /** For use more internal use in file locator callbacks. */658 PCRTUUID pUuid;659 } RTDBGDWARFSEGPKG;660 /** Pointer to a const segment package. */661 typedef RTDBGDWARFSEGPKG const *PCRTDBGDWARFSEGPKG;662 663 664 643 extern DECLHIDDEN(RTSTRCACHE) g_hDbgModStrCache; 665 644 extern DECLHIDDEN(RTDBGMODVTDBG const) g_rtDbgModVtDbgCodeView;
Note:
See TracChangeset
for help on using the changeset viewer.