VirtualBox

Changeset 86578 in vbox


Ignore:
Timestamp:
Oct 14, 2020 8:43:43 PM (4 years ago)
Author:
vboxsync
Message:

Runtime/r0drv/dbgkrnlinfo-r0drv-darwin.cpp: Fix for ElCapitan where gIOServicePlane is not part of the DATA segment, need another known symbol there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp

    r86305 r86578  
    338338        KNOWN_ENTRY(vm_map_unwire),   /* __TEXT */
    339339        KNOWN_ENTRY(kernel_map),      /* __HIB */
    340         KNOWN_ENTRY(gIOServicePlane)  /* __DATA */
     340        KNOWN_ENTRY(gIOServicePlane), /* __DATA (__HIB on ElCapitan) */
     341        KNOWN_ENTRY(page_mask)        /* __DATA on ElCapitan */
    341342#undef KNOWN_ENTRY
    342343    };
Note: See TracChangeset for help on using the changeset viewer.

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