History log of /vbox/src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp
Revision Date Author Comments Expand
e4fd4a5aeda0e74e8b509db8147d0dd3482054f4 51450 28-May-2014 vboxsync

fixed some Log() statments where we didn't properly display uint64_t or RTUINTPTR variables

64eea8161bef2aa3c6516481383c830bca27abfe 48935 07-Oct-2013 vboxsync

Runtime: Whitespace and svn:keyword cleanups by scm.

/vbox/src/VBox/Runtime/common/checksum/manifest.cpp dbgmodcontainer.cpp dbgmoddbghelp.cpp /vbox/src/VBox/Runtime/common/filesystem/filesystem.cpp /vbox/src/VBox/Runtime/common/net/netaddrstr2.cpp /vbox/src/VBox/Runtime/common/path/RTPathFilename.cpp /vbox/src/VBox/Runtime/common/path/RTPathParse.cpp /vbox/src/VBox/Runtime/common/path/RTPathSplit.cpp /vbox/src/VBox/Runtime/common/path/RTPathSplitReassemble.cpp /vbox/src/VBox/Runtime/common/string/utf-8-case.cpp /vbox/src/VBox/Runtime/common/table/avl_RemoveNode.cpp.h /vbox/src/VBox/Runtime/common/vfs/vfsstdfile.cpp /vbox/src/VBox/Runtime/generic/RTPathIsSame-generic.cpp /vbox/src/VBox/Runtime/os2/rtSemWaitOs2ConvertTimeout.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/nt/symdbdata.h /vbox/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp /vbox/src/VBox/Runtime/r3/linux/RTSystemShutdown-linux.cpp /vbox/src/VBox/Runtime/r3/os2/systemmem-os2.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp /vbox/src/VBox/Runtime/r3/solaris/RTSystemShutdown-solaris.cpp /vbox/src/VBox/Runtime/r3/win/RTSystemShutdown-win.cpp /vbox/src/VBox/Runtime/r3/xml.cpp /vbox/src/VBox/Runtime/testcase/tstHandleTable.cpp /vbox/src/VBox/Runtime/testcase/tstRTCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcCreatePrf.cpp /vbox/src/VBox/Runtime/testcase/tstRTTemp.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp
e8859cfff41731e3688972d64cf6d5575addcd8f 46266 25-May-2013 vboxsync

IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always set to something. Started on implementing a codeview reader.

d1e9999d55e7ac80a28692c161710be98071fc00 46164 19-May-2013 vboxsync

More exteran .dSYM and .dwo bundles/files changes.

db073d0e5fab95903c54296592a82cb35d565520 46127 16-May-2013 vboxsync

Make it possible to load symbols on 64-bit windows 8.

b1eb97eca02d27edf670107fb160f4a06e055f1e 46108 15-May-2013 vboxsync

Got the NT4 ntfs.sys case working. Turned out to be some memory saving strategy applied to some images during early (?) loading.

0c3b158e1a6ce423f4499f472f3717050476897d 46078 14-May-2013 vboxsync

More debugging fixes.

e36f03470adaee73199dcdddd8eb9cf39bbdf7ad 46048 14-May-2013 vboxsync

Added a RTDbgMod reader that employs DbgHelp.dll.