summaryrefslogtreecommitdiff
path: root/include/VBox/dbg.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-2/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* Debugger: Some changes floating around, added a UDP I/O provider to be used f...vboxsync2022-09-261-0/+23
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM: Doxygen fixes.vboxsync2021-08-241-1/+1
* Debugger: Doxygen fix for r140613vboxsync2020-09-281-10/+10
* Debugger: Allow for different I/O providers instead of only TCPvboxsync2020-09-281-75/+66
* VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822vboxsync2020-09-131-0/+20
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-39/+39
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/VBox: Use VBOX_INCLUDED_ rather than ___vbox_ as header guard prefix,...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* VBox/dbg.h: Use errcore.h rather than err.h. bugref:9344vboxsync2018-12-221-1/+1
* DBGCCmdHlpPrintfEx: format string markup fix.vboxsync2018-08-021-1/+1
* DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' commands.vboxsync2018-08-021-0/+22
* include/VBox/: A couple of license adjustments and other scm cleanups.vboxsync2017-10-231-1/+1
* include/VBox/: (C) yearvboxsync2017-10-171-1/+1
* Debugger: doxygen fixesvboxsync2017-01-041-3/+4
* DBGC: Basic implementation of the 'gu' (shift-F11), 'p' (F10), 'pc', 'pt', 't...vboxsync2016-11-201-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* dbg.h: New wrapper which also returns the amount of written charactersvboxsync2016-06-131-0/+22
* include,misc: More Doxygen grouping adjustments.vboxsync2015-10-071-0/+6
* include,misc: Corrected a bunch of doxygen errors.vboxsync2015-10-071-4/+10
* VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.vboxsync2015-07-191-16/+25
* DBGF,DBGC: Moved the plug-ins from DBGC to DBGF so we can make use of them vi...vboxsync2015-05-161-49/+7
* DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.vboxsync2013-01-271-75/+17
* DBGC: Working on making STRING the inflexible type and SYMBOL the flexible one.vboxsync2012-06-041-4/+16
* DBGC: Implemented the functions by(addr), dwo(addr), not(value/addr), poi(add...vboxsync2012-06-041-0/+33
* DBGC: Made the parse cope with functions.vboxsync2012-06-041-6/+53
* DBGC: Hacking the command parsing code.vboxsync2012-06-031-11/+48
* IOM: Added flags for dropping into the vbox debugger on complicated MMIO acce...vboxsync2011-10-311-0/+4
* PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions will be ad...vboxsync2011-01-241-8/+2
* Debugger console: more cleanup.vboxsync2011-01-241-132/+176
* Debugger Console: Some cleanups.vboxsync2011-01-241-5/+64
* Debugger console: Made the evaluator a bit smarter wrt to the register and va...vboxsync2011-01-191-0/+4
* Debugger Console: Drop the HC_FAR type.vboxsync2011-01-191-6/+1
* DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX structure...vboxsync2011-01-191-3/+67
* VMM reorg: Moving the public include files from include/VBox to include/VBox/...vboxsync2010-12-271-1/+1
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-2/+2
* DBGF,PGM,DBGC: dumping page tables - hacking still in progress (sigh, this ta...vboxsync2010-08-251-0/+66
* dbg.h: Fixed DBGCVAR_INIT_NUMBER.vboxsync2010-08-241-1/+1
* Debugger: dt,dt16,dt32,dt64 - work in progress.vboxsync2010-08-091-0/+13
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* Some more doxygen fixes, now for Core.docs.vboxsync2010-01-051-1/+0
* DBGC: plug-ins in the works.vboxsync2009-08-091-21/+128
* include/VBox/*.h: Mark which components the header files relate to.vboxsync2009-07-041-1/+1
* *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/gvboxsync2009-06-081-2/+2