VirtualBox

source: vbox/trunk/src/VBox/Debugger

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97728   2 years vboxsync DBGC: Support multiple commands for a breakpoint. (This code sucks and …
(edit) @97727   2 years vboxsync DBGC: Added 'sleep' command for delaying execution a given number of …
(edit) @97213   2 years vboxsync VMM,VBox/types.h: Removed the CPUMCTXCORE type.
(edit) @96874   2 years vboxsync Debugger: Some cleanups for the KD backend, bugref:1098 [Solaris build …
(edit) @96873   2 years vboxsync Debugger: Some cleanups for the KD backend, bugref:1098 [Solaris build …
(edit) @96872   2 years vboxsync Debugger: Some cleanups for the KD backend, bugref:1098 [build fix]
(edit) @96870   2 years vboxsync Debugger/DBGPlugInWinNt: Some unfinished code to hook into the guests …
(edit) @96867   2 years vboxsync Debugger/DBGPlugInWinNt: Some unfinished code to hook into the guests …
(edit) @96866   2 years vboxsync Debugger: Some cleanups for the KD backend, bugref:1098
(edit) @96865   2 years vboxsync Debugger: Some changes floating around, added a UDP I/O provider to be …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95559   2 years vboxsync DBGC: Corrected help command output for external commands.
(edit) @94262   3 years vboxsync iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member …
(edit) @94002   3 years vboxsync /Config.kmk,VBoxDbg/Makefile.kmk,VirtualBox/Makefile.kmk: Qt6 …
(edit) @93485   3 years vboxsync Debugger,Main: Doxygen fixes. bugref:10074
(edit) @93470   3 years vboxsync DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
(edit) @93468   3 years vboxsync VBoxDbg,VMM/STAM,Main: Converted VBoxDbg to use the VMM function …
(edit) @93460   3 years vboxsync Main/MachineDebugger,VBoxHeadless,VirtualBoxVM,VBoxSDL,VBoxDbg: …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92906   3 years vboxsync VBoxDbg: Must include windows.h via our clean wrappers before …
(edit) @92867   3 years vboxsync VBoxDbg: Fixed bug in iterateStatsByPattern making it skip the first …
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @90692   3 years vboxsync IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx …
(edit) @90680   3 years vboxsync VBoxDbg: Fixed multistep.
(edit) @90549   3 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90543   3 years vboxsync VBoxDbg: doxygen fix.
(edit) @90535   3 years vboxsync VBoxDbg: doxygen fix.
(edit) @90520   3 years vboxsync VBoxDbg,FE/Qt: Added --statistics-expand=pat and …
(edit) @90473   3 years vboxsync Debugger/DBGPlugInLinuxModuleCodeTmpl.cpp.h: Make scm happy
(edit) @90432   3 years vboxsync Debugger/DBGPlugInLinux: Added parsing of symbols of kernel modules so …
(edit) @90408   3 years vboxsync Debugger/DBGPlugInLinux: Fix loaded kernel module processing for …
(edit) @90181   3 years vboxsync Debugger/DBGPlugInLinux: Fix getting at symbols for Linux kernels …
(edit) @89980   3 years vboxsync VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. …
(edit) @89896   3 years vboxsync Debugger: Need to account for the segment offset when dumping symbols …
(edit) @87919   4 years vboxsync Debugger/DBGCCmdWorkers.cpp: Variable naming confusion upsetting doxygen.
(edit) @87788   4 years vboxsync Debugger: Some early access to the DBGFR3FlowTrace* API for toying …
(edit) @87776   4 years vboxsync dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure …
(edit) @87684   4 years vboxsync VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing …
(edit) @87682   4 years vboxsync VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing …
(edit) @87679   4 years vboxsync Reverting r142718, this API is available since Qt 5.10.
(edit) @87677   4 years vboxsync VBoxDbg: bugref:9532: Build fix.
(edit) @87676   4 years vboxsync VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing …
(edit) @87675   4 years vboxsync VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing …
(edit) @87594   4 years vboxsync VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
(edit) @87580   4 years vboxsync Debugger: doxygen fix attempt
(edit) @87577   4 years vboxsync VMM,Debugger: Doxygen fixes.
(edit) @86755   4 years vboxsync VMM/DBGF,Debugger: Implement changes for the new breakpoint manager, …
(edit) @86365   4 years vboxsync tstDBGCParser: Fixed assertion because pDbgc->pUVM was NULL. bugref:9841
(edit) @86361   4 years vboxsync VMM,DBGC: Prevent leaks detection triggering in tstCFGM. bugref:9841
(edit) @86330   4 years vboxsync Debugger: More doxygen fixes for r140613
(edit) @86329   4 years vboxsync Debugger: More doxygen fixes for r140613
(edit) @86327   4 years vboxsync Debugger: Allow for different I/O providers instead of only TCP So …
(edit) @86246   4 years vboxsync Debugger/DBGCRemoteKd: Implement switch current processor request
(edit) @86244   4 years vboxsync Debugger/DBGCRemoteKd: Implement search memory request
(edit) @86235   4 years vboxsync Debugger/DBGCRemoteKd: Emulate DR<n> registers in order to …
(edit) @86234   4 years vboxsync Debugger/DBGCRemoteKd: Emulate DR<n> registers in order to …
(edit) @86187   4 years vboxsync Debugger/DBGCRemoteKd: Implement access to the internal VBox debugger. …
(edit) @86184   4 years vboxsync Debugger/DBGCRemoteKd: Implement access to the internal VBox debugger. …
(edit) @86182   4 years vboxsync Debugger/DBGCRemoteKd: Stub the query memory attributes request (need …
(edit) @86181   4 years vboxsync Debugger/DBGCRemoteKd: Stub the query memory attributes request (need …
(edit) @86180   4 years vboxsync Debugger/DBGCRemoteKd: Implement support for the DEBUG_IO packets to …
(edit) @86178   4 years vboxsync DBGC: LDT entry numbering fix.
(edit) @86167   4 years vboxsync Debugger/DBGCRemoteKd: Start supporting 32bit guests [build fix]
(edit) @86166   4 years vboxsync Debugger/DBGCRemoteKd: Start supporting 32bit guests [build fix]
(edit) @86165   4 years vboxsync Debugger/DBGCRemoteKd: Start supporting 32bit guests
(edit) @86164   4 years vboxsync Debugger/DBGPlugInWinNt: Add KPCR/KPCRB extraction for 32bit Windows …
(edit) @86163   4 years vboxsync Debugger/DBGPlugInWinNt: Add KPCR/KPCRB extraction for 32bit Windows …
(edit) @86162   4 years vboxsync Debugger/DBGPlugInWinNt: Add KPCR/KPCRB extraction for 32bit Windows
(edit) @86160   4 years vboxsync Debugger/DBGCRemoteKd: Rework get version handler to fill in the right …
(edit) @86159   4 years vboxsync DBGF,DBGPlugInWinNt: Extract NtBuildNumber and make it available …
(edit) @86155   4 years vboxsync Debugger/DBGCRemoteKd: Fix setting registers
(edit) @86148   4 years vboxsync Debugger/DBGCRemoteKd: Some basic register writing code, not fully …
(edit) @86144   4 years vboxsync Debugger/DBGCRemoteKd: Implement basic breakpoint handling
(edit) @86143   4 years vboxsync Debugger/DBGCRemoteKd: Some fixes and implement basic …
(edit) @86120   4 years vboxsync Debugger UI: A bug fix for r46518; Make sure we are not reseting width …
(edit) @86113   4 years vboxsync Debugger/RemoteKd: Add beginnings of debug stub talking the KD remote …
(edit) @86111   4 years vboxsync Debugger/DBGPlugInWinNt: Implement the OS WinNT interface [doxygen fix]
(edit) @86110   4 years vboxsync Debugger/RemoteKd: Add beginnings of debug stub talking the KD remote …
(edit) @86109   4 years vboxsync Debugger/RemoteKd: Add beginnings of debug stub talking the KD remote …
(edit) @86108   4 years vboxsync Debugger/RemoteKd: Add beginnings of debug stub talking the KD remote …
(edit) @86107   4 years vboxsync Debugger/RemoteKd: Add beginnings of debug stub talking the KD remote …
(edit) @86106   4 years vboxsync Debugger/DBGPlugInWinNt: Implement the OS WinNT interface [build fix]
(edit) @86105   4 years vboxsync Debugger/RemoteKd: Add beginnings of debug stub talking the KD remote …
(edit) @86103   4 years vboxsync Debugger/DBGPlugInWinNt: Implement the OS WinNT interface
(edit) @86101   4 years vboxsync Debugger: Add 'writegstmem' command to load data from a file and write …
(edit) @86100   4 years vboxsync Debugger: Add 'writegstmem' command to load data from a file and write …
(edit) @86098   4 years vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822
(edit) @86004   4 years vboxsync Debugger/VBoxDbgConsole: Fix memory leak on destruction
(edit) @85844   4 years vboxsync Debugger: Don't crash with an UAF when closing the debugger console …
(edit) @85367   4 years vboxsync Debugger/GDBStub: Support 32bit mode as well
(edit) @85177   4 years vboxsync DBGCGdbRemoteStub.cpp: Missing DECLCALLBACK a bunch of places. bugref:9794
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84989   4 years vboxsync Debugger/DBGPlugInLinux: Straighten the code to adjust the kernel log …
(edit) @84988   4 years vboxsync Debugger/DBGPlugInLinux: Fix detecting 32bit Linux guests when KASLR …
(edit) @84982   4 years vboxsync Debugger/DBGPlugInLinux: New heuristic to find the kernel log buffer …
(edit) @84980   4 years vboxsync Debugger/DBGPlugInLinux: New heuristic to find the kernel log buffer …
(edit) @84708   4 years vboxsync Debugger/DBGCGdbRemoteStub: Started with SMP support, bugref:5217 …
(edit) @84707   4 years vboxsync Debugger/DBGCGdbRemoteStub: Started with SMP support, bugref:5217
(edit) @84694   4 years vboxsync Debugger/DBGCGdbRemoteStub: Track registered trace points to allow …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette