VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @49500   11 年 vboxsync Warning.
(edit) @49087   11 年 vboxsync DBGC: 'u' fix.
(edit) @48899   11 年 vboxsync VMM,DBGC: Implemented DBGFR3RegNmSet and made the debugger side work.
(edit) @48898   11 年 vboxsync VMM,DBGC: Implemented DBGFR3RegNmSet and made the debugger side work.
(edit) @48017   11 年 vboxsync cleanup
(edit) @47569   11 年 vboxsync DBGC: v86 disassembly fixes and tweaks.
(edit) @46221   12 年 vboxsync Find absolute symbols by address.
(edit) @46217   12 年 vboxsync Fixed the 'r', 'rg' and 'rg32' commands in 64-bit guest code.
(edit) @46165   12 年 vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @46159   12 年 vboxsync Patch manager support in the disassembler, making the 'u' command in …
(edit) @46158   12 年 vboxsync DBGCCmdHlpPrintf
(edit) @46156   12 年 vboxsync List near, unassemble, hyper register and more tiny debugger fixes.
(edit) @46114   12 年 vboxsync Prettier 'lmo' output.
(edit) @46109   12 年 vboxsync Made deferred loading work.
(edit) @46101   12 年 vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46078   12 年 vboxsync More debugging fixes.
(edit) @44399   12 年 vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @43325   12 年 vboxsync Fix obvious pasto in condition that selects field width for printing …
(edit) @42407   12 年 vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42165   12 年 vboxsync CPUMIsGuestIn64BitCode/CPUMIsGuestIn64BitCodeEx changes together with …
(edit) @41565   12 年 vboxsync DBGC: Implemented the functions by(addr), dwo(addr), not(value/addr), …
(edit) @41562   12 年 vboxsync build fix / adding hi() and low()
(edit) @41561   12 年 vboxsync DBGC: Made the parse cope with functions.
(edit) @41542   12 年 vboxsync Debugger: bl fix
(edit) @41516   12 年 vboxsync Debugger/help: typos
(edit) @41285   13 年 vboxsync DBG: IOPM bitmap cannot overlap the fixed TSS portion (says AMD).
(edit) @41085   13 年 vboxsync Debugger: Fix cMinArgs for dpdb.
(edit) @41080   13 年 vboxsync VMDBG: Fixed dpd* index processing, corrected command description.
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @38537   13 年 vboxsync Debugger: don't crash in dbgcCmdWorkerSearchMem()
(edit) @36640   14 年 vboxsync Typo fix.
(edit) @36252   14 年 vboxsync DBG: Cut and paste fix.
(edit) @35697   14 年 vboxsync Debugger console: more cleaning up.
(edit) @35696   14 年 vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 年 vboxsync Debugger console: more cleanup.
(edit) @35673   14 年 vboxsync Debugger Console: Some cleanups.
(edit) @35628   14 年 vboxsync Debugger Console: Clean up, split the command evaluation code out of …
(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) @35614   14 年 vboxsync Debugger: Use DBGFR3RegPrintf instead of accessing the CPUMCTX …
(edit) @35410   14 年 vboxsync DBGFReg revamp #2.
(edit) @35392   14 年 vboxsync warning
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35257   14 年 vboxsync DBGCEmulateCodeView.cpp: Fixed bug discovered by MSC.
(edit) @35253   14 年 vboxsync Debugger: Fixed memory editing commands.
(edit) @35163   14 年 vboxsync gcc 4.2.1 OS X warnings
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32036   14 年 vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32034   14 年 vboxsync Removed X86_PDE_PAE_PG_MASK, renamed X86_PDE_PAE_PG_MASK_FULL to …
(edit) @32009   14 年 vboxsync Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to …
(edit) @32000   14 年 vboxsync x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed …
(edit) @31996   14 年 vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31995   14 年 vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31994   14 年 vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31993   14 年 vboxsync Safe X86_PML4E_PG_MASK -> X86_PML4E_PG_MASK_FULL conversions.
(edit) @31987   14 年 vboxsync PGM,DBGC,DBGF: Dump guest paging structures.
(edit) @31978   14 年 vboxsync PGM,DBC,MM: Dump more information about shadow/guest pages.
(edit) @31973   14 年 vboxsync PGM,DBGC: working shadow page table dumper (sans EPT).
(edit) @31966   14 年 vboxsync DBGF,PGM,DBGC: dumping page tables - hacking still in progress (sigh, …
(edit) @31769   14 年 vboxsync typo
(edit) @31530   14 年 vboxsync Debugger: Updated the file headers.
(add) @31510   14 年 vboxsync The debugger is back in the OSE.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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