VirtualBox

source: vbox/trunk/include/VBox/dbg.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(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) @93115   3 years vboxsync scm --update-copyright-year
(edit) @90837   3 years vboxsync VMM: Doxygen fixes.
(edit) @86328   4 years vboxsync Debugger: Doxygen fix for r140613
(edit) @86327   4 years vboxsync Debugger: Allow for different I/O providers instead of only TCP So …
(edit) @86098   4 years vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76378   6 years vboxsync VBox/dbg.h: Use errcore.h rather than err.h. bugref:9344
(edit) @73448   6 years vboxsync DBGCCmdHlpPrintfEx: format string markup fix.
(edit) @73445   6 years vboxsync DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' …
(edit) @69181   7 years vboxsync include/VBox/: A couple of license adjustments and other scm cleanups.
(edit) @69107   7 years vboxsync include/VBox/: (C) year
(edit) @65118   8 years vboxsync Debugger: doxygen fixes
(edit) @64721   8 years vboxsync DBGC: Basic implementation of the 'gu' (shift-F11), 'p' (F10), 'pc', …
(edit) @62476   8 years vboxsync (C) 2016
(edit) @61679   8 years vboxsync dbg.h: New wrapper which also returns the amount of written characters
(edit) @58111   9 years vboxsync include,misc: More Doxygen grouping adjustments.
(edit) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @55881   10 years vboxsync DBGF,DBGC: Moved the plug-ins from DBGC to DBGF so we can make use of …
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @41573   12 years vboxsync DBGC: Working on making STRING the inflexible type and SYMBOL the …
(edit) @41565   12 years vboxsync DBGC: Implemented the functions by(addr), dwo(addr), not(value/addr), …
(edit) @41561   12 years vboxsync DBGC: Made the parse cope with functions.
(edit) @41558   12 years vboxsync DBGC: Hacking the command parsing code.
(edit) @39154   13 years vboxsync IOM: Added flags for dropping into the vbox debugger on complicated …
(edit) @35696   14 years vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 years vboxsync Debugger console: more cleanup.
(edit) @35673   14 years vboxsync Debugger Console: Some cleanups.
(edit) @35637   14 years vboxsync Debugger console: Made the evaluator a bit smarter wrt to the register …
(edit) @35626   14 years vboxsync Debugger Console: Drop the HC_FAR type.
(edit) @35625   14 years vboxsync DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @31966   14 years vboxsync DBGF,PGM,DBGC: dumping page tables - hacking still in progress (sigh, …
(edit) @31927   14 years vboxsync dbg.h: Fixed DBGCVAR_INIT_NUMBER.
(edit) @31462   14 years vboxsync Debugger: dt,dt16,dt32,dt64 - work in progress.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @22108   15 years vboxsync DBGC: plug-ins in the works.
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   15 years vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @13411   16 years vboxsync VBOX_WITH_DEBUGGER is defined in Config.kmk now.
(edit) @13360   16 years vboxsync fix OSE
(edit) @12880   16 years vboxsync Debugger: fixed busy/ready.
(edit) @12653   16 years vboxsync various files: doxygen fixes.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5731   17 years vboxsync Implemented some search commands in the debugger.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @4329   17 years vboxsync Some DBGCVAR stuff.
(edit) @4213   17 years vboxsync multiplication and an operator associativity+precendency fix.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3633   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @665   18 years vboxsync stdarg -> iprt/stdarg.h
(add) @1   55 years vboxsync import
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