History log of /vbox/src/VBox/Debugger/DBGPlugInDarwin.cpp
Revision Date Author Comments Expand
f605e438b3148a1eef3817fe76e7444aac6ec650 54394 23-Feb-2015 vboxsync

DBGPlugInDarwin: typo

42427a914ef109862fd83cefb32a94cc1c648f10 54232 17-Feb-2015 vboxsync

DBGPlugInDarwin.cpp: Quick dmesg implementation hacked up during the meeting.

a2ef8e11a034b72f427ba7a9ceff03abf2144b83 52838 24-Sep-2014 vboxsync

dbgDiggerDarwinInit: Fixed wrong sizeof kmod_info_t for 32-bit kernels.

42135f7a6c3f661b0b67f72330519987ae0dc1af 50616 26-Feb-2014 vboxsync

DBGPlugInDarwin.cpp: allow more load commands.

5805f8551e13364edd1b1c3036f8d44fa90aa9fd 49081 14-Oct-2013 vboxsync

build fixes

ac06332d2a325652efeea3e4f26de03a1f982f06 49075 14-Oct-2013 vboxsync

DBGPlugInDarwin.cpp: Kind of works, with latest kldr and a symbol cache (by uuid lookup is the only way).

e0d6f087507011df5f570f6800a2c332f8970e58 49061 11-Oct-2013 vboxsync

More Mach-O symbol hacking.

2a2b173b54c259e34320ce0acf26f18e9382ce2a 49044 11-Oct-2013 vboxsync

Darwin guest OS digger hacking in progress. Adding symbol cache util to iprt and started on the Mach-O code that'll make use of it (RTDbgModCreateFromMachOImage++). Updates kStuff from 53 to 55 for UUID query and 64-bit kext loading.

/vbox/include/iprt/dbg.h /vbox/include/iprt/ldr.h /vbox/include/iprt/mangling.h DBGPlugInDarwin.cpp DBGPlugInDiggers.cpp DBGPlugIns.h Makefile.kmk /vbox/src/VBox/Runtime/common/dbg/dbgcfg.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmod.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodldr.cpp /vbox/src/VBox/Runtime/common/ldr/ldr.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrNative.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/ldr/ldrkStuff.cpp /vbox/src/VBox/Runtime/include/internal/dbgmod.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/tools/Makefile.kmk /vbox/src/VBox/Runtime/tools/RTDbgSymCache.cpp