summaryrefslogtreecommitdiff
path: root/src/VBox/Debugger/DBGCEmulateCodeView.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-7/+0
* Debugger: No shadowp aging modes for ARMv8, bugref:10385vboxsync2023-03-201-0/+6
* Debugger/DBGCEmulateCodeView: Added a tip on how to specify a range while dum...vboxsync2023-03-201-1/+1
* Debugger: Build a debugger library specific for the armv8 target, bugref:10385vboxsync2023-03-161-0/+22
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. bugref:1...vboxsync2021-06-301-0/+1
* Debugger: Need to account for the segment offset when dumping symbols with 'x...vboxsync2021-06-241-1/+1
* Debugger: Some early access to the DBGFR3FlowTrace* API for toying around, bu...vboxsync2021-02-181-0/+518
* dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure and asso...vboxsync2021-02-171-6/+6
* VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) code. bug...vboxsync2021-02-031-44/+0
* VMM/DBGF,Debugger: Implement changes for the new breakpoint manager, bugref:9837vboxsync2020-10-291-0/+40
* DBGC: LDT entry numbering fix.vboxsync2020-09-191-1/+1
* VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822vboxsync2020-09-131-91/+36
* DBGC/lm: Dump the UUID and timestamp of images in verbose mode.vboxsync2020-02-151-0/+13
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VMM: Kicking out raw-mode (work in progress). bugref:9517vboxsync2019-07-261-91/+18
* Debugger/DBGCEmulateCodeView.cpp: Add x command to examine symbolsvboxsync2019-04-041-0/+101
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* DBGCEmulateCodeView: doxygen fixvboxsync2018-08-031-1/+1
* DBGCEmulateCodeView: doxygen fixvboxsync2018-08-031-0/+13
* IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure to IPR...vboxsync2018-08-021-13/+19
* DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' commands...vboxsync2018-08-021-1/+1
* DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' commands...vboxsync2018-08-021-4/+4
* DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' commands.vboxsync2018-08-021-55/+179
* VMM,REM,DBGC: Use RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED.vboxsync2018-07-251-6/+13
* VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev and hook...vboxsync2018-07-251-0/+1
* DBGF,DBGC,GIMHv: Added some basic windows bug check formatting (DBGFR3FormatB...vboxsync2018-07-251-2/+2
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-1/+1
* DBGC: fix shadowed variable in previousvboxsync2018-07-111-1/+1
* DBGC: Added du, dp, dps, dds and dqs commands.vboxsync2018-07-111-30/+122
* Debugger: Properly print the end of IRB/IOPB range in TSS. Also fixed display...vboxsync2018-07-051-8/+9
* DBGC: When listing modules in DBGF_AS_RC_AND_GC_GLOBAL, we need to manually d...vboxsync2018-05-201-97/+107
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-4/+4
* gcc 7: fall thruvboxsync2017-03-011-2/+2
* gcc 7: Debugger: fall thruvboxsync2017-02-071-0/+2
* Typo fix.vboxsync2017-01-241-5/+5
* Debugger: doxygen fixesvboxsync2017-01-041-3/+3
* VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when using VT-x.vboxsync2016-12-011-2/+2
* DBGC: Basic implementation of the 'gu' (shift-F11), 'p' (F10), 'pc', 'pt', 't...vboxsync2016-11-201-8/+126
* Debugger/CodeView: Fix for the no branch tables existing casevboxsync2016-11-061-8/+11
* Debugger/EmulateCodeview: Start dumping branch tables contained in graphsvboxsync2016-11-061-178/+295
* DBGFR3Flow: Started working on resolving indirect branches. Compilers tend to...vboxsync2016-11-061-1/+5
* Debugger/CodeView: Some coloring fixes for the ucfgc commandvboxsync2016-11-041-21/+30
* Rename DBGFR3Cfg* to DBGFR3Flow* to avoid confusing with APIs for configuringvboxsync2016-11-041-58/+58
* Debugger/CodeView: Add a variant of ucfg called ucfgc which colors the graph ...vboxsync2016-11-041-4/+411