summaryrefslogtreecommitdiff
path: root/src/VBox/Debugger
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-1111-35/+2
* Disassember,*: Start separating the disassembler into a architecture specific...vboxsync2023-03-301-11/+11
* 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-162-0/+56
* src/VBox/*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-021-23/+23
* *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348vboxsync2023-01-201-1/+1
* *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348vboxsync2023-01-191-2/+2
* *.kmk: s/VBOXQTGUIEXE/VBoxQtGuiExe/ s/VBOXQTGUI/VBoxQtGuiDll/ bugref:10348vboxsync2023-01-191-1/+1
* Copyright year updates by scm.vboxsync2023-01-1747-47/+47
* Debugger/DBGCEval: Doxygen fixes.vboxsync2022-12-061-2/+2
* DBGC: Support multiple commands for a breakpoint. (This code sucks and needs ...vboxsync2022-12-025-15/+121
* DBGC: Added 'sleep' command for delaying execution a given number of millisec...vboxsync2022-12-021-0/+21
* VMM,VBox/types.h: Removed the CPUMCTXCORE type.vboxsync2022-10-181-5/+0
* Debugger: Some cleanups for the KD backend, bugref:1098 [Solaris build fix at...vboxsync2022-09-261-2/+2
* Debugger: Some cleanups for the KD backend, bugref:1098 [Solaris build fix at...vboxsync2022-09-261-3/+3
* Debugger: Some cleanups for the KD backend, bugref:1098 [build fix]vboxsync2022-09-261-1/+1
* Debugger/DBGPlugInWinNt: Some unfinished code to hook into the guests DbgPrin...vboxsync2022-09-261-2/+1
* Debugger/DBGPlugInWinNt: Some unfinished code to hook into the guests DbgPrin...vboxsync2022-09-261-0/+338
* Debugger: Some cleanups for the KD backend, bugref:1098vboxsync2022-09-261-88/+240
* Debugger: Some changes floating around, added a UDP I/O provider to be used f...vboxsync2022-09-267-0/+268
* scm copyright and license note updatevboxsync2022-08-2246-371/+831
* DBGC: Corrected help command output for external commands.vboxsync2022-07-071-1/+1
* iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member prefixes in th...vboxsync2022-03-161-1/+1
* /Config.kmk,VBoxDbg/Makefile.kmk,VirtualBox/Makefile.kmk: Qt6 adjustments. bu...vboxsync2022-03-011-0/+4
* Debugger,Main: Doxygen fixes. bugref:10074vboxsync2022-01-293-3/+6
* DbgPlugInDiggers,VMM,Main: Refactored the diggers and related interfaces to w...vboxsync2022-01-2716-733/+686
* VBoxDbg,VMM/STAM,Main: Converted VBoxDbg to use the VMM function table, exten...vboxsync2022-01-276-66/+95
* Main/MachineDebugger,VBoxHeadless,VirtualBoxVM,VBoxSDL,VBoxDbg: Removed a few...vboxsync2022-01-275-15/+28
* VMM,Main,HostServices: Use a function table for accessing the VBoxVMM.dll/so/...vboxsync2022-01-262-2/+2
* scm --update-copyright-yearvboxsync2022-01-0147-47/+47
* VBoxDbg: Must include windows.h via our clean wrappers before including Virtu...vboxsync2021-12-143-0/+3
* VBoxDbg: Fixed bug in iterateStatsByPattern making it skip the first child of...vboxsync2021-12-101-2/+2
* SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and SUPR3INIT_F_D...vboxsync2021-11-261-1/+1
* IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx (getters shall...vboxsync2021-08-161-6/+6
* VBoxDbg: Fixed multistep.vboxsync2021-08-131-1/+1
* VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/gvboxsync2021-08-062-2/+2
* VBoxDbg: doxygen fix.vboxsync2021-08-061-3/+3
* VBoxDbg: doxygen fix.vboxsync2021-08-051-3/+3
* VBoxDbg,FE/Qt: Added --statistics-expand=pat and --statistics-filter=pat comm...vboxsync2021-08-046-14/+150
* Debugger/DBGPlugInLinuxModuleCodeTmpl.cpp.h: Make scm happyvboxsync2021-08-021-1/+2
* Debugger/DBGPlugInLinux: Added parsing of symbols of kernel modules so we can...vboxsync2021-07-301-0/+101
* Debugger/DBGPlugInLinux: Fix loaded kernel module processing for kernels star...vboxsync2021-07-292-4/+141
* Debugger/DBGPlugInLinux: Fix getting at symbols for Linux kernels 4.20.0+, co...vboxsync2021-07-141-40/+66
* 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/DBGCCmdWorkers.cpp: Variable naming confusion upsetting doxygen.vboxsync2021-03-021-2/+2
* Debugger: Some early access to the DBGFR3FlowTrace* API for toying around, bu...vboxsync2021-02-185-0/+811
* dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure and asso...vboxsync2021-02-171-6/+6
* VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing QModelIndex::child with ...vboxsync2021-02-101-2/+3