VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @89980   3 years vboxsync VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. …
(edit) @89896   3 years vboxsync Debugger: Need to account for the segment offset when dumping symbols …
(edit) @87788   4 years vboxsync Debugger: Some early access to the DBGFR3FlowTrace* API for toying …
(edit) @87776   4 years vboxsync dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure …
(edit) @87594   4 years vboxsync VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
(edit) @86755   4 years vboxsync VMM/DBGF,Debugger: Implement changes for the new breakpoint manager, …
(edit) @86178   4 years vboxsync DBGC: LDT entry numbering fix.
(edit) @86098   4 years vboxsync VMM/DBGF: Rework part 1 to make it work well with SMP VMs. bugref:9822
(edit) @83082   5 years vboxsync DBGC/lm: Dump the UUID and timestamp of images in verbose mode.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80014   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @78017   6 years vboxsync Debugger/DBGCEmulateCodeView.cpp: Add x command to examine symbols
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73487   6 years vboxsync DBGCEmulateCodeView: doxygen fix
(edit) @73484   6 years vboxsync DBGCEmulateCodeView: doxygen fix
(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) @73360   6 years vboxsync VMM,REM,DBGC: Use RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED.
(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) @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) @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) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65645   8 years vboxsync gcc 7: Debugger: fall thru
(edit) @65424   8 years vboxsync Typo fix.
(edit) @65118   8 years vboxsync Debugger: 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) @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) @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) @64559   8 years vboxsync Rename DBGFR3Cfg* to DBGFR3Flow* to avoid confusing with APIs for …
(edit) @64555   8 years vboxsync Debugger/CodeView: Add a variant of ucfg called ucfgc which colors the …
(edit) @64501   8 years vboxsync Debugger/CodeView: Add ucfg command to create a disassembly in form of …
(edit) @62881   8 years vboxsync Debugger: gcc warnings
(edit) @62838   8 years vboxsync Debugger: warnings
(edit) @62480   8 years vboxsync (C) 2016
(edit) @61854   8 years vboxsync cheers, clang.
(edit) @61681   8 years vboxsync Debugger/CodeView: Start on two new commands. 'dti' prints information …
(edit) @61628   8 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @59285   9 years vboxsync iprt/x86.h,*: Drop IntRedirBitmap from X86TSS32 and X86TSS64.
(edit) @59246   9 years vboxsync DBGC: Generic event reporting.
(edit) @59229   9 years vboxsync DBGC,Main: Global and per-VM debugger console init script support.
(edit) @59209   9 years vboxsync DBGC: Mapped out the remaining DBGFEVENTs.
(edit) @59208   9 years vboxsync DBGC: Enabled the event config code.
(edit) @59084   9 years vboxsync DBGF: Tried to rework the generic event config API, still not quite …
(edit) @59072   9 years vboxsync DBGC: Implemented the DBGC side of the sx* commands. (DBGF isn't quite …
(edit) @59062   9 years vboxsync dbgcCmdEventCtrl: Started coding.
(edit) @58903   9 years vboxsync DBGF: I/O and MMIO breakpoint API changes.
(edit) @58890   9 years vboxsync DBGCEmulateCodeView.cpp: Sketched out the sx[-enir] commands which …
(edit) @58540   9 years vboxsync DBGC: The 'di' command should dump the IST field for 64-bit interrupt …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56296   9 years vboxsync Debugger: Updated (C) year.
(edit) @49500   11 years vboxsync Warning.
(edit) @49087   11 years vboxsync DBGC: 'u' fix.
(edit) @48899   11 years vboxsync VMM,DBGC: Implemented DBGFR3RegNmSet and made the debugger side work.
(edit) @48898   11 years vboxsync VMM,DBGC: Implemented DBGFR3RegNmSet and made the debugger side work.
(edit) @48017   11 years vboxsync cleanup
(edit) @47569   11 years vboxsync DBGC: v86 disassembly fixes and tweaks.
(edit) @46221   12 years vboxsync Find absolute symbols by address.
(edit) @46217   12 years vboxsync Fixed the 'r', 'rg' and 'rg32' commands in 64-bit guest code.
(edit) @46165   12 years vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @46159   12 years vboxsync Patch manager support in the disassembler, making the 'u' command in …
(edit) @46158   12 years vboxsync DBGCCmdHlpPrintf
(edit) @46156   12 years vboxsync List near, unassemble, hyper register and more tiny debugger fixes.
(edit) @46114   12 years vboxsync Prettier 'lmo' output.
(edit) @46109   12 years vboxsync Made deferred loading work.
(edit) @46101   12 years vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46078   12 years vboxsync More debugging fixes.
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @43325   12 years vboxsync Fix obvious pasto in condition that selects field width for printing …
(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) @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) @41542   13 years vboxsync Debugger: bl fix
(edit) @41516   13 years vboxsync Debugger/help: typos
(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) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @38537   13 years vboxsync Debugger: don't crash in dbgcCmdWorkerSearchMem()
(edit) @36640   14 years vboxsync Typo fix.
(edit) @36252   14 years vboxsync DBG: Cut and paste 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