VirtualBox

source: vbox/trunk/src/VBox/Debugger/DBGConsole.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @103490   13 月 vboxsync DBGC: Quick hack to avoid misquoted command from messing up the input …
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @97728   2 年 vboxsync DBGC: Support multiple commands for a breakpoint. (This code sucks and …
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @90680   4 年 vboxsync VBoxDbg: Fixed multistep.
(edit) @87788   4 年 vboxsync Debugger: Some early access to the DBGFR3FlowTrace* API for toying …
(edit) @86755   4 年 vboxsync VMM/DBGF,Debugger: Implement changes for the new breakpoint manager, …
(edit) @86327   4 年 vboxsync Debugger: Allow for different I/O providers instead of only TCP So …
(edit) @86105   4 年 vboxsync Debugger/RemoteKd: Add beginnings of debug stub talking the KD remote …
(edit) @86098   4 年 vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822
(edit) @84708   5 年 vboxsync Debugger/DBGCGdbRemoteStub: Started with SMP support, bugref:5217 …
(edit) @84660   5 年 vboxsync Debugger: Add support for the Rcmd/monitor packet to access the native …
(edit) @84654   5 年 vboxsync Debugger: Add support for the Rcmd/monitor packet to access the native …
(edit) @84653   5 年 vboxsync Debugger: Add support for the Rcmd/monitor packet to access the native …
(edit) @84627   5 年 vboxsync Debugger: Initial port of my GDB stub library from …
(edit) @83088   5 年 vboxsync DBGC: Added multistep command.
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @80014   6 年 vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @73509   7 年 vboxsync Debugger: GCC 8.2.0 fixes
(edit) @73352   7 年 vboxsync DBGConsole.cpp: build fix
(edit) @73348   7 年 vboxsync DBGF,DBGC,GIMHv: Added some basic windows bug check formatting …
(edit) @72268   7 年 vboxsync DBGC: Only use DBGF_AS_RC_AND_GC_GLOBAL for !HM and !NEM.
(edit) @69500   7 年 vboxsync *: scm --update-copyright-year
(edit) @69498   7 年 vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 年 vboxsync *: scm --update-copyright-year
(edit) @66996   8 年 vboxsync DBGConsole.cpp/BREAKPOINT: Set RF to simplify resuming code (ignores …
(edit) @64721   8 年 vboxsync DBGC: Basic implementation of the 'gu' (shift-F11), 'p' (F10), 'pc', …
(edit) @62480   9 年 vboxsync (C) 2016
(edit) @60835   9 年 vboxsync Debugger: CFGM fix
(edit) @59246   9 年 vboxsync DBGC: Generic event reporting.
(edit) @59229   9 年 vboxsync DBGC,Main: Global and per-VM debugger console init script support.
(edit) @59072   9 年 vboxsync DBGC: Implemented the DBGC side of the sx* commands. (DBGF isn't quite …
(edit) @58909   9 年 vboxsync DBGF: More groundwork for port I/O, MMIO, interrupt and generic event …
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @57358   10 年 vboxsync *: scm cleanup run.
(edit) @57278   10 年 vboxsync dbgcProcessInput: don't discard incomplete command line, leave it in …
(edit) @56296   10 年 vboxsync Debugger: Updated (C) year.
(edit) @56272   10 年 vboxsync spaces
(edit) @55881   10 年 vboxsync DBGF,DBGC: Moved the plug-ins from DBGC to DBGF so we can make use of …
(edit) @46156   12 年 vboxsync List near, unassemble, hyper register and more tiny debugger fixes.
(edit) @46137   12 年 vboxsync Missing file, reverting 85830.
(edit) @46078   12 年 vboxsync More debugging fixes.
(edit) @46074   12 年 vboxsync RTDbgCfg: Added API for setting the log callback.
(edit) @45006   12 年 vboxsync DBGF/DBGC: Fixing power off problems.
(edit) @44399   12 年 vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @43394   12 年 vboxsync VMM: HM cleanup.
(edit) @41573   13 年 vboxsync DBGC: Working on making STRING the inflexible type and SYMBOL the …
(edit) @41572   13 年 vboxsync A fix and docs.
(edit) @41571   13 年 vboxsync DBGC: Fixed cpu register references without @. Some symbol/string …
(edit) @41561   13 年 vboxsync DBGC: Made the parse cope with functions.
(edit) @41553   13 年 vboxsync Debugger hacking: Moving status codes to VBox/err.h. Changing the mod …
(edit) @41546   13 年 vboxsync Debugger hacking.
(edit) @35829   14 年 vboxsync DBGConsole.cpp: don't quit on error.
(edit) @35632   14 年 vboxsync DBGC: Simplified the status code handling around dbgcEvalCommand.
(edit) @35629   14 年 vboxsync tstDBGCParse: more tests.
(edit) @35628   14 年 vboxsync Debugger Console: Clean up, split the command evaluation code out of …
(edit) @35627   14 年 vboxsync Debugger Console: cleaning up…
(edit) @35626   14 年 vboxsync Debugger Console: Drop the HC_FAR type.
(edit) @35625   14 年 vboxsync DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @31987   15 年 vboxsync PGM,DBGC,DBGF: Dump guest paging structures.
(edit) @31966   15 年 vboxsync DBGF,PGM,DBGC: dumping page tables - hacking still in progress (sigh, …
(edit) @31530   15 年 vboxsync Debugger: Updated the file headers.
(add) @31510   15 年 vboxsync The debugger is back in the OSE.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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