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