VirtualBox

source: vbox/trunk/src/VBox/Debugger

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @31531   14 years vboxsync Debugger: three file header fixes.
(edit) @31530   14 years vboxsync Debugger: Updated the file headers.
(edit) @31513   14 years vboxsync The debugger is back in the OSE.
(edit) @31510   14 years vboxsync The debugger is back in the OSE.
(add) @31509   14 years vboxsync The debugger is back in the OSE.
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