# # ChangeLog for trunk/include/iprt/win in vbox # # Generated by Trac 1.4.3.2 # Dec 13, 2024 12:22:21 PM Thu, 16 May 2013 14:10:41 GMT vboxsync [46126] * trunk/include/iprt/win/lazy-dbghelp.h (modified) Baka tori! Tue, 14 May 2013 18:22:53 GMT vboxsync [46078] * trunk/include/iprt/win/lazy-dbghelp.h (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/tools/RTNtDbgHelp.cpp (modified) More debugging fixes. Tue, 14 May 2013 07:44:30 GMT vboxsync [46048] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/win/lazy-dbghelp.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp (added) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/include/internal/dbgmod.h (modified) * trunk/src/VBox/Runtime/include/internal/ldrPE.h (modified) Added a RTDbgMod reader that employs DbgHelp.dll. Tue, 07 May 2013 08:33:19 GMT vboxsync [45928] * trunk/include/iprt/ldrlazy.h (copied) * trunk/include/iprt/win (added) * trunk/include/iprt/win/lazy-dbghelp.h (added) ldrlazy.h + win/lazy-dbghelp.h: New lazy loader that works on windows.