VirtualBox

source: vbox/trunk/src/VBox/Debugger

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43876   12 years vboxsync fixed a few format specifier bugs
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43328   12 years vboxsync Translate previous to Hungarian.
(edit) @43325   12 years vboxsync Fix obvious pasto in condition that selects field width for printing …
(edit) @43324   12 years vboxsync bug #6322: Debugger: Redo the command history Maintain invariant that …
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42165   12 years vboxsync CPUMIsGuestIn64BitCode/CPUMIsGuestIn64BitCodeEx changes together with …
(edit) @41938   12 years vboxsync warning
(edit) @41931   12 years vboxsync TRPM: Save state directly to the CPUMCPU context member instead of …
(edit) @41780   12 years vboxsync Typo.
(edit) @41585   12 years vboxsync DBGC: help fixes
(edit) @41583   12 years vboxsync DBGC: Help fixes.
(edit) @41575   12 years vboxsync Brushing up the help command.
(edit) @41573   12 years vboxsync DBGC: Working on making STRING the inflexible type and SYMBOL the …
(edit) @41572   12 years vboxsync A fix and docs.
(edit) @41571   12 years vboxsync DBGC: Fixed cpu register references without @. Some symbol/string …
(edit) @41565   12 years vboxsync DBGC: Implemented the functions by(addr), dwo(addr), not(value/addr), …
(edit) @41562   12 years vboxsync build fix / adding hi() and low()
(edit) @41561   12 years vboxsync DBGC: Made the parse cope with functions.
(edit) @41559   12 years vboxsync DBGC: More parser fixes, added comma (,) as a argument separator (in …
(edit) @41558   12 years vboxsync DBGC: Hacking the command parsing code.
(edit) @41553   13 years vboxsync Debugger hacking: Moving status codes to VBox/err.h. Changing the mod …
(edit) @41546   13 years vboxsync Debugger hacking.
(edit) @41542   13 years vboxsync Debugger: bl fix
(edit) @41516   13 years vboxsync Debugger/help: typos
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41285   13 years vboxsync DBG: IOPM bitmap cannot overlap the fixed TSS portion (says AMD).
(edit) @41085   13 years vboxsync Debugger: Fix cMinArgs for dpdb.
(edit) @41080   13 years vboxsync VMDBG: Fixed dpd* index processing, corrected command description.
(edit) @40728   13 years vboxsync /* within comment
(edit) @40726   13 years vboxsync DBGF: Detect OS/2 guests.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40097   13 years vboxsync DBGC: Fix copy'n'paste
(edit) @40076   13 years vboxsync Changed the types of the r80 views of the FPU registers.
(edit) @39917   13 years vboxsync STAM,GMM,VBoxDbg: Adding GMM statistics (at last). Introduces …
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38814   13 years vboxsync VBoxDbgConsole.cpp: Input focus hack.
(edit) @38813   13 years vboxsync VBoxDbgConsole: Fixed busted text handling wrt selections and cursor …
(edit) @38812   13 years vboxsync VBoxDbgBase.cpp: Always polish the window size+pos. (W7 fix)
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38537   13 years vboxsync Debugger: don't crash in dbgcCmdWorkerSearchMem()
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37809   13 years vboxsync gcc-4.6 warnings (shadowed declaration)
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @36640   14 years vboxsync Typo fix.
(edit) @36252   14 years vboxsync DBG: Cut and paste fix.
(edit) @36032   14 years vboxsync Debugger: Fix incorrect return codes for valid type conversions
(edit) @35829   14 years vboxsync DBGConsole.cpp: don't quit on error.
(edit) @35697   14 years vboxsync Debugger console: more cleaning up.
(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) @35632   14 years vboxsync DBGC: Simplified the status code handling around dbgcEvalCommand.
(edit) @35629   14 years vboxsync tstDBGCParse: more tests.
(edit) @35628   14 years vboxsync Debugger Console: Clean up, split the command evaluation code out of …
(edit) @35627   14 years vboxsync Debugger Console: cleaning up…
(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) @35614   14 years vboxsync Debugger: Use DBGFR3RegPrintf instead of accessing the CPUMCTX …
(edit) @35513   14 years vboxsync DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and …
(edit) @35490   14 years vboxsync CPUM,Debugger: Registers, still some details left.
(edit) @35440   14 years vboxsync Makefiles: TARGET_<target> -> <target>_1_TARGET because the former is …
(edit) @35439   14 years vboxsync DBGCOps.cpp: Added register op (@) stub.
(edit) @35410   14 years vboxsync DBGFReg revamp #2.
(edit) @35392   14 years vboxsync warning
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35257   14 years vboxsync DBGCEmulateCodeView.cpp: Fixed bug discovered by MSC.
(edit) @35254   14 years vboxsync Undo wrong change.
(edit) @35253   14 years vboxsync Debugger: Fixed memory editing commands.
(edit) @35163   14 years vboxsync gcc 4.2.1 OS X warnings
(edit) @34902   14 years vboxsync IMachineDebugger::dumpGuestCore: Added DBGFR3CoreWrite interface.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33467   14 years vboxsync Debugger: Detect Oracle branded Solaris kernels.
(edit) @32787   14 years vboxsync VBoxDbgStatsQt4.cpp: Fixed bug in strDeltaValue
(edit) @32313   14 years vboxsync VMMDev: added VMMDevReqWriteCoreDump. VMM/DBGFCoreWrite: remove unused …
(edit) @32190   14 years vboxsync PDMDevHlpVMSuspendSaveAndPowerOff: More code.
(edit) @32181   14 years vboxsync VBoxDbg: Don't use spaces as thousandseparators, it's impossible to …
(edit) @32122   14 years vboxsync align
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32034   14 years vboxsync Removed X86_PDE_PAE_PG_MASK, renamed X86_PDE_PAE_PG_MASK_FULL to …
(edit) @32009   14 years vboxsync Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to …
(edit) @32006   14 years vboxsync VMM/DBGFCoreWrite: skeleton.
(edit) @32000   14 years vboxsync x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed …
(edit) @31996   14 years vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31995   14 years vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31994   14 years vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31993   14 years vboxsync Safe X86_PML4E_PG_MASK -> X86_PML4E_PG_MASK_FULL conversions.
(edit) @31987   14 years vboxsync PGM,DBGC,DBGF: Dump guest paging structures.
(edit) @31978   14 years vboxsync PGM,DBC,MM: Dump more information about shadow/guest pages.
(edit) @31973   14 years vboxsync PGM,DBGC: working shadow page table dumper (sans EPT).
(edit) @31966   14 years vboxsync DBGF,PGM,DBGC: dumping page tables - hacking still in progress (sigh, …
(edit) @31932   14 years vboxsync build fix
(edit) @31928   14 years vboxsync DBGC: some adjustments.
(edit) @31926   14 years vboxsync DBGC: Implemented the missing operators.
(edit) @31846   14 years vboxsync stub
(edit) @31769   14 years vboxsync typo
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
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