# # ChangeLog for trunk/src/VBox/Debugger in vbox # # Generated by Trac 1.4.3.2 # Dec 13, 2024 7:11:29 AM Wed, 18 Aug 2010 19:20:10 GMT vboxsync [31769] * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) typo Mon, 16 Aug 2010 15:00:05 GMT vboxsync [31698] * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) * trunk/src/VBox/Frontends/VBoxFB/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxFB/Helper.h (modified) * trunk/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp (modified) * trunk/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/Main/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/include/MachineDebuggerImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) Main, frontends: unsigned long long -> long long Tue, 10 Aug 2010 12:29:45 GMT vboxsync [31531] * trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugIns.h (modified) * trunk/src/VBox/Debugger/VBoxDbgDisas.h (modified) Debugger: three file header fixes. Tue, 10 Aug 2010 12:24:45 GMT vboxsync [31530] * trunk/src/VBox/Debugger/DBGCBuiltInSymbols.cpp (modified) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (modified) * trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp (modified) * trunk/src/VBox/Debugger/DBGCCommands.cpp (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/DBGCInternal.h (modified) * trunk/src/VBox/Debugger/DBGCOps.cpp (modified) * trunk/src/VBox/Debugger/DBGCTcp.cpp (modified) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugInCommonELF.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugInCommonELF.h (modified) * trunk/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h (modified) * trunk/src/VBox/Debugger/DBGPlugInDiggers.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugInLinux.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugIns.h (modified) * trunk/src/VBox/Debugger/Makefile.kmk (modified) * trunk/src/VBox/Debugger/VBoxDbg.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgBase.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgBase.h (modified) * trunk/src/VBox/Debugger/VBoxDbgConsole.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgConsole.h (modified) * trunk/src/VBox/Debugger/VBoxDbgDisas.h (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.h (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.h (modified) * trunk/src/VBox/Debugger/testcase/tstDBGCParser.cpp (modified) * trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp (modified) * trunk/src/VBox/Debugger/testcase/tstVBoxDbg.cpp (modified) Debugger: Updated the file headers. Tue, 10 Aug 2010 09:25:43 GMT vboxsync [31513] * trunk/src/VBox/Debugger/testcase/Makefile.kup (added) * trunk/src/VBox/Debugger/testcase/tstDBGCParser.cpp (added) * trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp (added) * trunk/src/VBox/Debugger/testcase/tstVBoxDbg.cpp (added) The debugger is back in the OSE. Tue, 10 Aug 2010 08:48:11 GMT vboxsync [31510] * trunk/src/VBox/Debugger/DBGCBuiltInSymbols.cpp (added) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (added) * trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp (added) * trunk/src/VBox/Debugger/DBGCCommands.cpp (added) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (added) * trunk/src/VBox/Debugger/DBGCInternal.h (added) * trunk/src/VBox/Debugger/DBGCOps.cpp (added) * trunk/src/VBox/Debugger/DBGCTcp.cpp (added) * trunk/src/VBox/Debugger/DBGConsole.cpp (added) * trunk/src/VBox/Debugger/DBGPlugInCommonELF.cpp (added) * trunk/src/VBox/Debugger/DBGPlugInCommonELF.h (added) * trunk/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h (added) * trunk/src/VBox/Debugger/DBGPlugInDiggers.cpp (added) * trunk/src/VBox/Debugger/DBGPlugInLinux.cpp (added) * trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp (added) * trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp (added) * trunk/src/VBox/Debugger/DBGPlugIns.h (added) * trunk/src/VBox/Debugger/Makefile.kmk (added) * trunk/src/VBox/Debugger/VBoxDbg.cpp (added) * trunk/src/VBox/Debugger/VBoxDbgBase.cpp (added) * trunk/src/VBox/Debugger/VBoxDbgBase.h (added) * trunk/src/VBox/Debugger/VBoxDbgConsole.cpp (added) * trunk/src/VBox/Debugger/VBoxDbgConsole.h (added) * trunk/src/VBox/Debugger/VBoxDbgDisas.h (added) * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (added) * trunk/src/VBox/Debugger/VBoxDbgGui.h (added) * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp (added) * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.h (added) * trunk/src/VBox/Debugger/testcase (added) * trunk/src/VBox/Debugger/win32 (added) The debugger is back in the OSE. Tue, 10 Aug 2010 08:47:29 GMT vboxsync [31509] * trunk/src/VBox/Debugger (added) The debugger is back in the OSE.