VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/DBGF.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103515   9 months vboxsync VMM/DBGF: Stop all VCpus on DBGFEVENT_DEV_STOP events.
(edit) @100144   18 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
(edit) @99899   19 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99897   19 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93901   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93787   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91695   3 years vboxsync VMM/DBGF: Check for environment variable VBOX_DBGF_NO_WAIT_FOR_ATTACH …
(edit) @90312   3 years vboxsync VMM/DBGF: Stop all vCPUs when a breakpoint event happens [doxygen fix]
(edit) @90311   3 years vboxsync VMM/DBGF: Stop all vCPUs when a breakpoint event happens
(edit) @87594   4 years vboxsync VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
(edit) @86755   4 years vboxsync VMM/DBGF,Debugger: Implement changes for the new breakpoint manager, …
(edit) @86699   4 years vboxsync VMM/DBGF: Updates to the new breakpoint manager, implement global …
(edit) @86666   4 years vboxsync include/VBox,VMM,DBGF: Some boilerplate for the new breakpoint manager …
(edit) @86392   4 years vboxsync VMM/tstSSM: Cleanup leak. [doxyfix] bugref:9841
(edit) @86361   4 years vboxsync VMM,DBGC: Prevent leaks detection triggering in tstCFGM. bugref:9841
(edit) @86099   4 years vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. …
(edit) @86098   4 years vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822
(edit) @84458   5 years vboxsync VMM/DBGF: First commit of new tracing facility, bugref:9210 The new …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81153   5 years vboxsync VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
(edit) @81150   5 years vboxsync VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80163   5 years vboxsync VMM: Kicking out raw-mode - PGM Virt Handlers, ++. bugref:9517
(edit) @80050   5 years vboxsync Main: Kicking out raw-mode - CPUM*Hyper*(). bugref:9517
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @74791   6 years vboxsync vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the …
(edit) @74790   6 years vboxsync vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a …
(edit) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @73414   6 years vboxsync DBGF/Term: Make sure the OS stuff is terminated before we unload …
(edit) @73351   6 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
(edit) @72493   6 years vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @64723   8 years vboxsync DBGF: typo
(edit) @64722   8 years vboxsync DBGF: duh
(edit) @64720   8 years vboxsync DBGF: Added DBGFR3StepEx for simple step-over support as well as both …
(edit) @63560   8 years vboxsync scm: cleaning up todos
(edit) @62478   8 years vboxsync (C) 2016
(edit) @61766   8 years vboxsync doxygen fix
(edit) @61628   8 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @60872   9 years vboxsync DBGF: Allow attaching the debugger via the GUI during the …
(edit) @60626   9 years vboxsync dbgf.cpp: turned annoying assertion into non-asserting check.
(edit) @59207   9 years vboxsync DBGF.cpp: Need to use priority flag or we won't catch the attetion of …
(edit) @59205   9 years vboxsync DBGF.cpp: Power off deadlock fix.
(edit) @59084   9 years vboxsync DBGF: Tried to rework the generic event config API, still not quite …
(edit) @59074   9 years vboxsync VMM: DBGFR3EventHandlePending stub.
(edit) @59073   9 years vboxsync VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
(edit) @58938   9 years vboxsync HM,DBGF: Made DBGF notify HM about changes to VMM event and interrupt …
(edit) @58909   9 years vboxsync DBGF: More groundwork for port I/O, MMIO, interrupt and generic event …
(edit) @58903   9 years vboxsync DBGF: I/O and MMIO breakpoint API changes.
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @55881   10 years vboxsync DBGF,DBGC: Moved the plug-ins from DBGC to DBGF so we can make use of …
(edit) @54218   10 years vboxsync DBGF,DBGC: Added dmesg command and implemented it for linux guests.
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @46167   12 years vboxsync Buried DBGFSym.cpp and with it loadsyms - rip.
(edit) @46159   12 years vboxsync Patch manager support in the disassembler, making the 'u' command in …
(edit) @46155   12 years vboxsync List near, unassemble, hyper register and more tiny debugger fixes.
(edit) @45701   12 years vboxsync VMM: SELM and VMM early HM init changes.
(edit) @45692   12 years vboxsync VMMR3/DBGF: Single-stepping should no longer be in effect when …
(edit) @45533   12 years vboxsync #ifdef the raw-mode force flags to find more code to #ifdef out.
(edit) @45006   12 years vboxsync DBGF/DBGC: Fixing power off problems.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44404   12 years vboxsync DBGF: UVM and UVMCPU padding safety.
(edit) @44403   12 years vboxsync Build fix
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44373   12 years vboxsync HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @42833   12 years vboxsync DBGFR3EventBreakpoint: get REM breakpoint number from its DBGFBP::iBp. …
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41801   12 years vboxsync Doxygen.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41777   12 years vboxsync Doxygen.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @37410   13 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @35466   14 years vboxsync DBGFReg: Query individual registers by name.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(copy) @35333   14 years vboxsync VMM source reorg.
copied from trunk/src/VBox/VMM/DBGF.cpp
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
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