VirtualBox

source: vbox/trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98278   23 months vboxsync Main/src-client: Some more rc -> hrc/vrc stuff found by grep. A build …
(edit) @98262   23 months vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94951   3 years vboxsync Main/src-client/MachineDebuggerImpl.cpp: Adjust to the new rules wrt. …
(edit) @93901   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93485   3 years vboxsync Debugger,Main: Doxygen fixes. bugref:10074
(edit) @93470   3 years vboxsync DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
(edit) @93460   3 years vboxsync Main/MachineDebugger,VBoxHeadless,VirtualBoxVM,VBoxSDL,VBoxDbg: …
(edit) @93445   3 years vboxsync include,Main: build fixes. bugref:10074
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91503   3 years vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @90693   3 years vboxsync IPRT,Main: Provide a getter function (RTLogGetFlags) for accessing the …
(edit) @90692   3 years vboxsync IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx …
(edit) @90549   3 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @89696   3 years vboxsync Main/MachineDebugger: Implement API for taking a guest sample, bugref:10025
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80156   5 years vboxsync DBGFInfo: Added a getopt error reporter helper.
(edit) @80114   5 years vboxsync Main/IMachineDebugger: Added method for getting the CPU load (as seen …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80008   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73505   6 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @72328   7 years vboxsync Main: Added read-only ExecutionEngine attribute to IMachineDebugger to …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @67914   7 years vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @65550   8 years vboxsync Main/MachineDebuggerImpl: don't call memcpy with size=0
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @65103   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @63244   8 years vboxsync Main: warnings
(edit) @63147   8 years vboxsync Main: warnings
(edit) @62598   8 years vboxsync Main/MachineDebugger: add method for getting the VM uptime
(edit) @62485   8 years vboxsync (C) 2016
(edit) @62379   8 years vboxsync Main: 2nd try: fixes for a few -Wunused -Wconversion
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @61935   8 years vboxsync MachineDebuggerImpl.cpp: VMR3Suspend will fail if the VM is already …
(edit) @61786   8 years vboxsync Main/MachineDebugger: Pause the VM before querying the guest stack or …
(edit) @61561   8 years vboxsync Main: Implement IMachineDebugger::dumpGuestStack (implementation …
(edit) @61349   9 years vboxsync MachineDebugger::loadPlugIn: don't return 'all' for specific plugin, …
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56567   9 years vboxsync IMachineDebugger: Fixed getters for LogDbgFlags, LogRelFlags, …
(edit) @55996   10 years vboxsync warning
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55885   10 years vboxsync IMachineDebugger: Added a queryOSKernelLog method.
(edit) @55883   10 years vboxsync IMachineDebugger: Added loadPlugIn and unloadPlugIn methods.
(edit) @55702   10 years vboxsync MachineDebuggerImpl.cpp: Fixed the getRegisters method, missing vector …
(edit) @51092   11 years vboxsync 6813 src-client/MachineDebuggerImpl.cpp + various formatting changes
(edit) @47905   11 years vboxsync Main: warnings.
(edit) @46423   11 years vboxsync VMM,Main: Introduced a execute-all-in-IEM debug mode.
(edit) @45971   12 years vboxsync Main, VMM: Added an API seting to disable VT-x unrestricted execution.
(edit) @45528   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44385   12 years vboxsync CSAM: PVM -> PUVM for main interfaces, visibility cleanup.
(edit) @44375   12 years vboxsync EM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44373   12 years vboxsync HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44346   12 years vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @39712   13 years vboxsync Main: Some IMachineDebugger cleanups.
(edit) @39676   13 years vboxsync LogDbgDestinations: bugfix.
(edit) @39668   13 years vboxsync Implemented the log setting properties (read-only).
(edit) @39650   13 years vboxsync DBGF,Main,VBoxManage: added target logger prefixes (release:/debug:). …
(edit) @38324   13 years vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35586   14 years vboxsync DBGFReg.cpp: Added DBGFR3RegFormatValue, DBGFR3RegFormatValueEx, …
(edit) @35551   14 years vboxsync MachineDebuggerImpl.cpp: R80 register formatting fix.
(edit) @35550   14 years vboxsync Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.
(edit) @35513   14 years vboxsync DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and …
(edit) @35504   14 years vboxsync MachineDebugger::GetRegister: Added missing setError calls.
(edit) @35502   14 years vboxsync MachineDebugger::GetRegister: Initial implementation.
(edit) @35466   14 years vboxsync DBGFReg: Query individual registers by name.
(edit) @35410   14 years vboxsync DBGFReg revamp #2.
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/MachineDebuggerImpl.cpp
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette