VirtualBox

Ignore:
Timestamp:
Oct 11, 2013 8:15:59 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89860
Message:

More Mach-O symbol hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dbgmod.h

    r49044 r49061  
    641641
    642642
    643 /**
    644  * Special segment package used passing segment order information for mach-o
    645  * images (mainly mach_kernel, really).
    646  *
    647  * Passes to rtDbgModDwarf_TryOpen via RTDBGMODINF::pvDbgPriv.
    648  */
    649 typedef struct RTDBGDWARFSEGPKG
    650 {
    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 
    664643extern DECLHIDDEN(RTSTRCACHE)           g_hDbgModStrCache;
    665644extern DECLHIDDEN(RTDBGMODVTDBG const)  g_rtDbgModVtDbgCodeView;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette