summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and links now,...vboxsync2023-03-191-0/+4
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE and added...vboxsync2022-02-231-13/+1
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM: Reworked most of the call-ring-3 stuff into setjmp-longjmp-on-assert and...vboxsync2021-11-121-67/+40
* IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM ring-0...vboxsync2021-08-241-13/+15
* VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/gvboxsync2021-08-061-1/+1
* VMM/Guru: Clear the VM_FF_CHECK_VM_STATE after dumping the guru material to p...vboxsync2021-08-031-0/+17
* VMM/VMMR0: Disabled the unnecessary VERR_VMM_CONTEXT_HOOK_STILL_ENABLED check...vboxsync2021-07-141-1/+5
* VMM: Make the setjmp code a bit stricter with when to resume a call. bugref:1...vboxsync2021-07-141-0/+5
* VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition in VMM...vboxsync2021-07-121-0/+2
* VMM/Guru: Print the assertion message strings if they aren't empty. bugref:10...vboxsync2021-07-121-0/+15
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VMM: bugref:9566 TRPM enhancements and cleanup. Bumps TRPM saved-state version.vboxsync2019-09-251-6/+7
* 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-0/+1
* DBGFInfo: Added a getopt error reporter helper.vboxsync2019-08-061-2/+3
* Main: Kicking out raw-mode - CPUM*Hyper*(). bugref:9517vboxsync2019-07-291-1/+1
* VMM: Kicking out raw-mode (work in progress). bugref:9517vboxsync2019-07-261-267/+160
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* DBGF,VMM: Dump sure registers for the first frame too. Display sure register...vboxsync2018-08-031-0/+12
* VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the new unwin...vboxsync2018-08-031-20/+5
* IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure to IPR...vboxsync2018-08-021-1/+1
* VMM,REM,DBGC: Use RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED.vboxsync2018-07-251-1/+2
* VMMGuruMeditation: Try get externalized guest state.vboxsync2018-07-041-0/+6
* VMMGuruMeditation: only display exits once. bugref:9044vboxsync2018-06-191-1/+1
* VMM/Guru: Speed up stderr output by explicit buffering. Makes a big differenc...vboxsync2018-05-291-3/+4
* VMM/Guru: Speed up stderr output by explicit buffering. Makes a big differenc...vboxsync2018-05-291-3/+55
* VMM: Added a bMainExecutionEngine member to the VM structure for use instead ...vboxsync2018-02-101-2/+2
* (C) yearvboxsync2017-10-171-1/+1
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-1/+1
* VMM: Nested Hw.virt: Fixes and debugger info support for VCPU hwvirt state.vboxsync2017-06-211-12/+14
* gcc 7: fall thruvboxsync2017-02-071-1/+1
* burn fixvboxsync2017-01-111-1/+1
* nitvboxsync2017-01-111-1/+0
* VMMGuruMeditation: list addresses on the ring-0 stack.vboxsync2017-01-111-1/+49
* VMM: Add VCPU ID to the guru dump info.vboxsync2016-12-131-2/+2
* (C) 2016vboxsync2016-07-221-1/+1
* bugref:8097: AC/DB loop fixes.vboxsync2015-11-111-0/+1
* VMM: Made @param pVCpu more uniform and to the point.vboxsync2015-10-081-1/+1
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-1/+1
* *: scm cleanup run.vboxsync2015-08-141-6/+7
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* iprt/log.h,++: Added extended logger instance getters that also checks whethe...vboxsync2015-05-201-1/+1
* PATM,VMM,err.h: Added VERR_PATM_IPE_TRAP_IN_PATCH_CODE for getting a guru tha...vboxsync2015-03-121-0/+1
* VMM: Introducing VINF_EM_TRIPLE_FAULT status code for triple-fault conditions...vboxsync2013-04-241-0/+1
* VMMR0/HMVMXR0: Redo of VT-x event injection. Some STAM cleanup.vboxsync2013-04-131-5/+6
* header (C) fixesvboxsync2013-02-041-1/+1
* DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.vboxsync2013-01-271-7/+8