summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/DBGF.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-9/+19
* VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE and added...vboxsync2022-02-231-2/+1
* VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement the lo...vboxsync2022-02-161-6/+27
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM/DBGF: Check for environment variable VBOX_DBGF_NO_WAIT_FOR_ATTACH to shor...vboxsync2021-10-121-5/+11
* VMM/DBGF: Stop all vCPUs when a breakpoint event happens [doxygen fix]vboxsync2021-07-231-2/+2
* VMM/DBGF: Stop all vCPUs when a breakpoint event happensvboxsync2021-07-231-0/+41
* VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) code. bug...vboxsync2021-02-031-39/+0
* VMM/DBGF,Debugger: Implement changes for the new breakpoint manager, bugref:9837vboxsync2020-10-291-3/+3
* VMM/DBGF: Updates to the new breakpoint manager, implement global breakpoint ...vboxsync2020-10-251-2/+6
* include/VBox,VMM,DBGF: Some boilerplate for the new breakpoint manager which ...vboxsync2020-10-211-0/+20
* VMM/tstSSM: Cleanup leak. [doxyfix] bugref:9841vboxsync2020-10-011-1/+1
* VMM,DBGC: Prevent leaks detection triggering in tstCFGM. bugref:9841vboxsync2020-09-301-0/+12
* VMM/DBGF: Rework part 1 to make it work well with SMP VMs. ​bugref:9822 [bu...vboxsync2020-09-131-0/+1
* VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822vboxsync2020-09-131-490/+653
* VMM/DBGF: First commit of new tracing facility, bugref:9210vboxsync2020-05-221-1/+10
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576vboxsync2019-10-081-5/+1
* VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576vboxsync2019-10-081-3/+0
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be replac...vboxsync2019-08-081-2/+3
* VMM: Kicking out raw-mode - PGM Virt Handlers, ++. bugref:9517vboxsync2019-08-061-1/+1
* Main: Kicking out raw-mode - CPUM*Hyper*(). bugref:9517vboxsync2019-07-291-9/+3
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the pluralit...vboxsync2018-10-121-1/+1
* vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a single...vboxsync2018-10-121-5/+5
* vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when checking a ...vboxsync2018-10-121-4/+4
* DBGF/Term: Make sure the OS stuff is terminated before we unload plugins. Ha...vboxsync2018-07-311-2/+4
* VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev and hook...vboxsync2018-07-251-1/+6
* IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends because it...vboxsync2018-06-101-1/+1
* VMM: Added a bMainExecutionEngine member to the VM structure for use instead ...vboxsync2018-02-101-1/+2
* (C) yearvboxsync2017-10-171-1/+1
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-1/+1
* gcc 7: fall thruvboxsync2017-02-071-0/+1
* DBGF: typovboxsync2016-11-201-1/+1
* DBGF: duhvboxsync2016-11-201-1/+1
* DBGF: Added DBGFR3StepEx for simple step-over support as well as both step/tr...vboxsync2016-11-201-4/+348
* scm: cleaning up todosvboxsync2016-08-161-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* doxygen fixvboxsync2016-06-201-0/+1
* DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot return V...vboxsync2016-06-091-9/+32
* DBGF: Allow attaching the debugger via the GUI during the dbgfR3WaitForAttach...vboxsync2016-05-071-3/+23
* dbgf.cpp: turned annoying assertion into non-asserting check.vboxsync2016-04-211-3/+9
* DBGF.cpp: Need to use priority flag or we won't catch the attetion of a lone ...vboxsync2015-12-221-2/+4
* DBGF.cpp: Power off deadlock fix.vboxsync2015-12-221-0/+7
* DBGF: Tried to rework the generic event config API, still not quite there - d...vboxsync2015-12-111-121/+176
* VMM: DBGFR3EventHandlePending stub.vboxsync2015-12-101-0/+6
* VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.vboxsync2015-12-101-0/+1