VirtualBox

source: vbox/trunk/src/VBox/Debugger

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46137   12 years vboxsync Missing file, reverting 85830.
(edit) @46128   12 years vboxsync WinNT Digger: Some adjustments to the 32-bit detection code. print …
(edit) @46127   12 years vboxsync Make it possible to load symbols on 64-bit windows 8.
(edit) @46118   12 years vboxsync Make 32-bit Windows 8 symbols appear.
(edit) @46114   12 years vboxsync Prettier 'lmo' output.
(edit) @46109   12 years vboxsync Made deferred loading work.
(edit) @46108   12 years vboxsync Got the NT4 ntfs.sys case working. Turned out to be some memory saving …
(edit) @46101   12 years vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46083   12 years vboxsync Made it possible to find symbols for windows nt using a …
(edit) @46078   12 years vboxsync More debugging fixes.
(edit) @46074   12 years vboxsync RTDbgCfg: Added API for setting the log callback.
(edit) @45994   12 years vboxsync RTDbgModCreateFromPeImage: Mostly implemented.
(edit) @45983   12 years vboxsync DbgPlugInWinNt.cpp: Made it work with NT4.
(edit) @45880   12 years vboxsync DBGF: Tweaked Solaris digger to grok S11.1.
(edit) @45006   12 years vboxsync DBGF/DBGC: Fixing power off problems.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44348   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44342   12 years vboxsync build fix
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(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   13 years vboxsync DBGC: help fixes
(edit) @41583   13 years vboxsync DBGC: Help fixes.
(edit) @41575   13 years vboxsync Brushing up the help command.
(edit) @41573   13 years vboxsync DBGC: Working on making STRING the inflexible type and SYMBOL the …
(edit) @41572   13 years vboxsync A fix and docs.
(edit) @41571   13 years vboxsync DBGC: Fixed cpu register references without @. Some symbol/string …
(edit) @41565   13 years vboxsync DBGC: Implemented the functions by(addr), dwo(addr), not(value/addr), …
(edit) @41562   13 years vboxsync build fix / adding hi() and low()
(edit) @41561   13 years vboxsync DBGC: Made the parse cope with functions.
(edit) @41559   13 years vboxsync DBGC: More parser fixes, added comma (,) as a argument separator (in …
(edit) @41558   13 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 …
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