VirtualBox

source: vbox/trunk/src/VBox/Debugger

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75242   6 years vboxsync DBGPlugInOS2: Early attempts and finding symbols/images. Currently …
(edit) @75166   6 years vboxsync DBGFPlugInOS2: Added some code for walking the MTE list. (Though this …
(edit) @75164   6 years vboxsync DBGC: Fixed loadseg argument parsing bug, made it use …
(edit) @73509   6 years vboxsync Debugger: GCC 8.2.0 fixes
(edit) @73493   6 years vboxsync DBGF,DBGPluInWinNt: Produce more useful module names (e.g. stuff that …
(edit) @73491   6 years vboxsync DBGF,DBGPluInWinNt: Produce more useful module names (e.g. stuff that …
(edit) @73487   6 years vboxsync DBGCEmulateCodeView: doxygen fix
(edit) @73486   6 years vboxsync DBGFStack,DBGPlugInWinNt.cpp: Heed the frame pointer; don't corrupt …
(edit) @73484   6 years vboxsync DBGCEmulateCodeView: doxygen fix
(edit) @73461   6 years vboxsync IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure …
(edit) @73460   6 years vboxsync IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure …
(edit) @73449   6 years vboxsync DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' …
(edit) @73447   6 years vboxsync DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' …
(edit) @73445   6 years vboxsync DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' …
(edit) @73419   6 years vboxsync DBGPlugInNt: doxygen fix
(edit) @73418   6 years vboxsync DBGPlugInWinNt: Use the IDT[PF] handler to locate the NT kernel.
(edit) @73416   6 years vboxsync DBGPlugInWinNt: Use DBGFR3ModInMem.
(edit) @73413   6 years vboxsync DBGPlugInWinNt.cpp: Must unlink all our modules during termination of …
(edit) @73360   6 years vboxsync VMM,REM,DBGC: Use RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED.
(edit) @73352   6 years vboxsync DBGConsole.cpp: build fix
(edit) @73351   6 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
(edit) @73348   6 years vboxsync DBGF,DBGC,GIMHv: Added some basic windows bug check formatting …
(edit) @73150   6 years vboxsync VMM,DBGC,IPRT: In memory - VMM: Morphed part of the NT kernel digger …
(edit) @73148   6 years vboxsync DBGCDumpImage: Updates. :-)
(edit) @73131   6 years vboxsync Debugger: Started on dumpimage command.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73077   6 years vboxsync DBGC: fix shadowed variable in previous
(edit) @73074   6 years vboxsync DBGC: Added du, dp, dps, dds and dqs commands.
(edit) @72914   6 years vboxsync Debugger: Properly print the end of IRB/IOPB range in TSS. Also fixed …
(edit) @72269   7 years vboxsync DBGC: When listing modules in DBGF_AS_RC_AND_GC_GLOBAL, we need to …
(edit) @72268   7 years vboxsync DBGC: Only use DBGF_AS_RC_AND_GC_GLOBAL for !HM and !NEM.
(edit) @72197   7 years vboxsync VBoxDbg: Console font size menu. Don't call setExtraData during …
(edit) @70338   7 years vboxsync DBGPlugInWinNt.cpp: Detect NT 3.1. NTMTE32.SizeOfImage is used …
(edit) @69820   7 years vboxsync Debugger/Linux: Cope with KASLR being used when probing for a Linux guest
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69435   7 years vboxsync Debugger,DTrace,IPRT: Use iprt/formats/elf*.h instead of the internal …
(edit) @69285   7 years vboxsync Debugger: scm updates
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67067   8 years vboxsync drop VBOX_WITH_QTGUI_V5 and friends
(edit) @66996   8 years vboxsync DBGConsole.cpp/BREAKPOINT: Set RF to simplify resuming code (ignores …
(edit) @66885   8 years vboxsync DBGFReg: Added support for YMM registers, expanding the DBGFREVAL type …
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65645   8 years vboxsync gcc 7: Debugger: fall thru
(edit) @65523   8 years vboxsync Debugger: make font + color scheme setting persistent
(edit) @65522   8 years vboxsync Debugger: make font + color scheme setting persistent
(edit) @65521   8 years vboxsync Debugger: make font + color scheme setting persistent
(edit) @65424   8 years vboxsync Typo fix.
(edit) @65118   8 years vboxsync Debugger: doxygen fixes
(edit) @65066   8 years vboxsync doxygen fixes
(edit) @64770   8 years vboxsync VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when …
(edit) @64721   8 years vboxsync DBGC: Basic implementation of the 'gu' (shift-F11), 'p' (F10), 'pc', …
(edit) @64690   8 years vboxsync VBoxDbgConsole: Made it grok F11, F5, ctrl+break and alt+delete.
(edit) @64592   8 years vboxsync Debugger/CodeView: Fix for the no branch tables existing case
(edit) @64591   8 years vboxsync Debugger/EmulateCodeview: Start dumping branch tables contained in graphs
(edit) @64590   8 years vboxsync DBGFR3Flow: Small additions
(edit) @64589   8 years vboxsync DBGFR3Flow: Iterator API for the branch tables
(edit) @64586   8 years vboxsync DBGFR3Flow: Started working on resolving indirect branches. Compilers …
(edit) @64577   8 years vboxsync Debugger/CodeView: Some coloring fixes for the ucfgc command
(edit) @64576   8 years vboxsync tabs
(edit) @64559   8 years vboxsync Rename DBGFR3Cfg* to DBGFR3Flow* to avoid confusing with APIs for …
(edit) @64556   8 years vboxsync tstDBGCStubs: Add missing stubs for DBGFR3Cfg*
(edit) @64555   8 years vboxsync Debugger/CodeView: Add a variant of ucfg called ucfgc which colors the …
(edit) @64554   8 years vboxsync Debugger/DBGC: Add helpers providing a virtual screen with some simple …
(edit) @64532   8 years vboxsync more typos
(edit) @64501   8 years vboxsync Debugger/CodeView: Add ucfg command to create a disassembly in form of …
(edit) @64382   8 years vboxsync Debugger/Digger/FreeBSD: Alignment fixes for 32bit FreeBSD
(edit) @64381   8 years vboxsync Debugger/Digger/FreeBSD: fix for release builds
(edit) @64380   8 years vboxsync Debugger/Digger/FreeBSD: Update, loads the symbols now and supports …
(edit) @64372   8 years vboxsync properties
(edit) @64371   8 years vboxsync Debugger/Digger: Start on a OS digger for FreeBSD, probing seems to work
(edit) @64359   8 years vboxsync Dbugger/Digger/Linux: Add support for relative offsets to the kernel …
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63452   8 years vboxsync Debugger: warnings
(edit) @62881   8 years vboxsync Debugger: gcc warnings
(edit) @62840   8 years vboxsync Debugger: warnings
(edit) @62838   8 years vboxsync Debugger: warnings
(edit) @62480   8 years vboxsync (C) 2016
(edit) @62469   8 years vboxsync Debugger: scm
(edit) @62319   8 years vboxsync Debugger/Digger/Linux: Implement extraction and parsin of the …
(edit) @62229   8 years vboxsync DBGCCommands.cpp: Doesn't need vm.h.
(edit) @62228   8 years vboxsync DBGCCommands.cpp: Removed duplicate dbgcFuncRandU32 function.
(edit) @61854   8 years vboxsync cheers, clang.
(edit) @61681   8 years vboxsync Debugger/CodeView: Start on two new commands. 'dti' prints information …
(edit) @61669   8 years vboxsync FE/Qt: bugref:8358: Debugger: Fixing issue in binary-search of …
(edit) @61628   8 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @61622   8 years vboxsync Debugger/Digger/Linux: Another way to get at the log buffer for …
(edit) @61607   8 years vboxsync Debugger/Digger/Linux: Another alternate needle required for OpenSuse …
(edit) @61578   8 years vboxsync Debugger/Digger/Linux: Fix for buffer overflow return code
(edit) @61572   8 years vboxsync Debugger/Digger/Linux: Use an alternative needle (kobjec) to get at …
(edit) @61558   8 years vboxsync Debugger/Digger/Linux: Implement getting the kernel log for older …
(edit) @61373   9 years vboxsync Build fix
(edit) @61370   9 years vboxsync Build fix
(edit) @61369   9 years vboxsync Debugger/DBGPlugInLinux: Add support to get at the guest kernel log if …
(edit) @61040   9 years vboxsync Off by one.
(edit) @61039   9 years vboxsync Typo.
(edit) @60835   9 years vboxsync Debugger: CFGM fix
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