VirtualBox

source: vbox/trunk/src/VBox/Debugger/VBoxDbgDisas.h@ 31530

Last change on this file since 31530 was 31530, checked in by vboxsync, 15 years ago

Debugger: Updated the file headers.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 837 bytes
Line 
1/* $Id: VBoxDbgDisas.h 31530 2010-08-10 12:24:45Z vboxsync $ */
2/** @file
3 * VBox Debugger GUI - Disassembly View.
4 */
5
6
7#ifndef ___Debugger_VBoxDbgDisas_h
8#define ___Debugger_VBoxDbgDisas_h
9
10/**
11 * Feature list:
12 * - Combobox (or some entry field with history similar to the command) for
13 * entering the address. Should support registers and other symbols, and
14 * possibly also grok various operators like the debugger command line.
15 * => Needs to make the DBGC evaluator available somehow.
16 * - Refresh manual/interval (for EIP or other non-fixed address expression).
17 * - Scrollable - down is not an issue, up is a bit more difficult.
18 * - Hide/Unhide PATM patches (jumps/int3/whatever) button in the guest disas.
19 * - Drop down for selecting mixed original guest disas and PATM/REM disas
20 * (Guest Only, Guest+PATM, Guest+REM).
21 *
22 */
23class VBoxDbgDisas
24{
25
26};
27
28#endif
29
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette