CDB: Compile, new Disassembler architecture.

This commit is contained in:
Friedemann Kleint
2009-08-17 16:03:27 +02:00
parent 7fb0de70e5
commit 9fe978fe39
9 changed files with 115 additions and 98 deletions

View File

@@ -49,7 +49,7 @@ namespace Internal {
class DebuggerStartParameters;
class DisassemblerViewAgent;
class MemoryViewAgent;
class StackFrame;
struct StackFrame;
class Symbol;
class WatchData;
@@ -98,8 +98,8 @@ public:
virtual void watchPoint(const QPoint &) {}
virtual void fetchMemory(MemoryViewAgent *, quint64 addr, quint64 length)
{ Q_UNUSED(addr); Q_UNUSED(length); }
virtual void fetchDisassembler(DisassemblerViewAgent *, const StackFrame &frame)
{ Q_UNUSED(frame); }
virtual void fetchDisassembler(DisassemblerViewAgent *, const StackFrame & /* frame */)
{ }
};
} // namespace Internal