History log of /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDebugVM.cpp
Revision Date Author Comments Expand
68f9386f1344a54d33b152ae114d97fc2c361a4e 52927 02-Oct-2014 vboxsync

VBoxManage: disable short options to "debugvm ... log" so that log specificacations like "-drv_nat.l2" don't send it into infinite loop.

0985803eef55885cfdc007d1bc664ca286585d52 46658 19-Jun-2013 vboxsync

include VBox/com/EventQueue only if necessary

463044e8a2cc367c8abb423a185edc937ece9c7d 41754 15-Jun-2012 vboxsync

VBoxManage/DebugVM: Fixed "--debug" parameter, fixed parameter settings for log, logdest and logflags.

5b5550e4bb979f04350d307a766d770dad2b81a0 39675 22-Dec-2011 vboxsync

VBoxManage debugvm show improvemnts.

2cf408d20aefeda5e079f52d94f04a1ed8065f3b 39668 20-Dec-2011 vboxsync

Implemented the log setting properties (read-only).

f147b9c2c059b1af2d67e6369dcb0c0da36c05eb 39650 17-Dec-2011 vboxsync

DBGF,Main,VBoxManage: added target logger prefixes (release:/debug:). Implemented logger modifier methods in IMachineDebugger. Exposed these methods in VBoxManage debugvm.

c99626147370eb0eab20c3c5cc79ee2db3b9d03b 35550 13-Jan-2011 vboxsync

Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.

d36016c7e22c0a816c7eae1b6d53f46b7d180589 35508 12-Jan-2011 vboxsync

VBoxManage: Added the getregisters and setregisters subcommands to debugvm. Document them and other recent debugvm additions.

04b02ffb8824a60fd37777bc1f7d2f35104a274c 35351 27-Dec-2010 vboxsync

scm cleanups.

/vbox/include/VBox/VBoxVideoGuest.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/dd.c /vbox/src/VBox/Additions/WINNT/Graphics/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/VBoxGuestInstallHelper.cpp /vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/exdll.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp /vbox/src/VBox/Additions/x11/vboxvideo/vboxutils.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo.c /vbox/src/VBox/Devices/Network/slirp/debug.c /vbox/src/VBox/Devices/PC/BIOS/rombios.c /vbox/src/VBox/Devices/Storage/fdc.c VBoxManageDebugVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp /vbox/src/VBox/GuestHost/OpenGL/Makefile.kmk /vbox/src/VBox/Main/linux/USBProxyServiceLinux.cpp /vbox/src/VBox/Runtime/common/checksum/manifest-file.cpp /vbox/src/VBox/Runtime/common/checksum/manifest3.cpp /vbox/src/VBox/Runtime/common/zip/tar.cpp /vbox/src/VBox/Runtime/common/zip/tarcmd.cpp /vbox/src/VBox/Runtime/testcase/tstRTThreadPoke.cpp /vbox/src/VBox/VMM/VMMR3/DBGFReg.cpp
c6960665b76a45ed0489be4f3b4685a3170c3f8d 35306 22-Dec-2010 vboxsync

IMachineDebugger: Implemented Info, DetectOS, OSVersion and OSName. Exposed these via VBoxManage.

a23c74180abf2f9c7ad7e501cf4ab767d5b0ad2d 35242 20-Dec-2010 vboxsync

IMachineDebugger: Stubbed a few, new methods that may come in handy in the 4.0 product cycle. Adjusted the dumpGuestCore method so that it can later be amended with any stream compression method we like.

5f32a23884cca588e95be86778770d60cbc529f7 34971 12-Dec-2010 vboxsync

VBoxManage: move vmstatistics to debugvm as a 'statistics' sub-command. Remove injectnmi completely from controlvm - the audience of this features is tiny but smart, so no need for compatibility stuff.

5baf78f03a5a9aae4fc250ebc1317ab05e8a368f 34915 09-Dec-2010 vboxsync

adj

1ce069685b24d243eb0464f46d4c56b250c64445 34913 09-Dec-2010 vboxsync

VBoxManage: Added a debugvm command for injectnmi and dumpguestcore.