| Commit message (Expand) | Author | Age | Files | Lines |
| * | *: doxygen corrections (mostly about removing @returns from functions returni... | vboxsync | 2023-05-11 | 11 | -35/+2 |
| * | Disassember,*: Start separating the disassembler into a architecture specific... | vboxsync | 2023-03-30 | 1 | -11/+11 |
| * | Debugger: No shadowp aging modes for ARMv8, bugref:10385 | vboxsync | 2023-03-20 | 1 | -0/+6 |
| * | Debugger/DBGCEmulateCodeView: Added a tip on how to specify a range while dum... | vboxsync | 2023-03-20 | 1 | -1/+1 |
| * | Debugger: Build a debugger library specific for the armv8 target, bugref:10385 | vboxsync | 2023-03-16 | 2 | -0/+56 |
| * | src/VBox/*.kmk: Automatic scm cleanups. bugref:10348 | vboxsync | 2023-02-02 | 1 | -23/+23 |
| * | *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348 | vboxsync | 2023-01-20 | 1 | -1/+1 |
| * | *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348 | vboxsync | 2023-01-19 | 1 | -2/+2 |
| * | *.kmk: s/VBOXQTGUIEXE/VBoxQtGuiExe/ s/VBOXQTGUI/VBoxQtGuiDll/ bugref:10348 | vboxsync | 2023-01-19 | 1 | -1/+1 |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 47 | -47/+47 |
| * | Debugger/DBGCEval: Doxygen fixes. | vboxsync | 2022-12-06 | 1 | -2/+2 |
| * | DBGC: Support multiple commands for a breakpoint. (This code sucks and needs ... | vboxsync | 2022-12-02 | 5 | -15/+121 |
| * | DBGC: Added 'sleep' command for delaying execution a given number of millisec... | vboxsync | 2022-12-02 | 1 | -0/+21 |
| * | VMM,VBox/types.h: Removed the CPUMCTXCORE type. | vboxsync | 2022-10-18 | 1 | -5/+0 |
| * | Debugger: Some cleanups for the KD backend, bugref:1098 [Solaris build fix at... | vboxsync | 2022-09-26 | 1 | -2/+2 |
| * | Debugger: Some cleanups for the KD backend, bugref:1098 [Solaris build fix at... | vboxsync | 2022-09-26 | 1 | -3/+3 |
| * | Debugger: Some cleanups for the KD backend, bugref:1098 [build fix] | vboxsync | 2022-09-26 | 1 | -1/+1 |
| * | Debugger/DBGPlugInWinNt: Some unfinished code to hook into the guests DbgPrin... | vboxsync | 2022-09-26 | 1 | -2/+1 |
| * | Debugger/DBGPlugInWinNt: Some unfinished code to hook into the guests DbgPrin... | vboxsync | 2022-09-26 | 1 | -0/+338 |
| * | Debugger: Some cleanups for the KD backend, bugref:1098 | vboxsync | 2022-09-26 | 1 | -88/+240 |
| * | Debugger: Some changes floating around, added a UDP I/O provider to be used f... | vboxsync | 2022-09-26 | 7 | -0/+268 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 46 | -371/+831 |
| * | DBGC: Corrected help command output for external commands. | vboxsync | 2022-07-07 | 1 | -1/+1 |
| * | iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member prefixes in th... | vboxsync | 2022-03-16 | 1 | -1/+1 |
| * | /Config.kmk,VBoxDbg/Makefile.kmk,VirtualBox/Makefile.kmk: Qt6 adjustments. bu... | vboxsync | 2022-03-01 | 1 | -0/+4 |
| * | Debugger,Main: Doxygen fixes. bugref:10074 | vboxsync | 2022-01-29 | 3 | -3/+6 |
| * | DbgPlugInDiggers,VMM,Main: Refactored the diggers and related interfaces to w... | vboxsync | 2022-01-27 | 16 | -733/+686 |
| * | VBoxDbg,VMM/STAM,Main: Converted VBoxDbg to use the VMM function table, exten... | vboxsync | 2022-01-27 | 6 | -66/+95 |
| * | Main/MachineDebugger,VBoxHeadless,VirtualBoxVM,VBoxSDL,VBoxDbg: Removed a few... | vboxsync | 2022-01-27 | 5 | -15/+28 |
| * | VMM,Main,HostServices: Use a function table for accessing the VBoxVMM.dll/so/... | vboxsync | 2022-01-26 | 2 | -2/+2 |
| * | scm --update-copyright-year | vboxsync | 2022-01-01 | 47 | -47/+47 |
| * | VBoxDbg: Must include windows.h via our clean wrappers before including Virtu... | vboxsync | 2021-12-14 | 3 | -0/+3 |
| * | VBoxDbg: Fixed bug in iterateStatsByPattern making it skip the first child of... | vboxsync | 2021-12-10 | 1 | -2/+2 |
| * | SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and SUPR3INIT_F_D... | vboxsync | 2021-11-26 | 1 | -1/+1 |
| * | IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx (getters shall... | vboxsync | 2021-08-16 | 1 | -6/+6 |
| * | VBoxDbg: Fixed multistep. | vboxsync | 2021-08-13 | 1 | -1/+1 |
| * | VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g | vboxsync | 2021-08-06 | 2 | -2/+2 |
| * | VBoxDbg: doxygen fix. | vboxsync | 2021-08-06 | 1 | -3/+3 |
| * | VBoxDbg: doxygen fix. | vboxsync | 2021-08-05 | 1 | -3/+3 |
| * | VBoxDbg,FE/Qt: Added --statistics-expand=pat and --statistics-filter=pat comm... | vboxsync | 2021-08-04 | 6 | -14/+150 |
| * | Debugger/DBGPlugInLinuxModuleCodeTmpl.cpp.h: Make scm happy | vboxsync | 2021-08-02 | 1 | -1/+2 |
| * | Debugger/DBGPlugInLinux: Added parsing of symbols of kernel modules so we can... | vboxsync | 2021-07-30 | 1 | -0/+101 |
| * | Debugger/DBGPlugInLinux: Fix loaded kernel module processing for kernels star... | vboxsync | 2021-07-29 | 2 | -4/+141 |
| * | Debugger/DBGPlugInLinux: Fix getting at symbols for Linux kernels 4.20.0+, co... | vboxsync | 2021-07-14 | 1 | -40/+66 |
| * | VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. bugref:1... | vboxsync | 2021-06-30 | 1 | -0/+1 |
| * | Debugger: Need to account for the segment offset when dumping symbols with 'x... | vboxsync | 2021-06-24 | 1 | -1/+1 |
| * | Debugger/DBGCCmdWorkers.cpp: Variable naming confusion upsetting doxygen. | vboxsync | 2021-03-02 | 1 | -2/+2 |
| * | Debugger: Some early access to the DBGFR3FlowTrace* API for toying around, bu... | vboxsync | 2021-02-18 | 5 | -0/+811 |
| * | dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure and asso... | vboxsync | 2021-02-17 | 1 | -6/+6 |
| * | VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing QModelIndex::child with ... | vboxsync | 2021-02-10 | 1 | -2/+3 |