aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-09-29 15:21:28 +0200
committerhjk <qtc-committer@nokia.com>2009-09-29 16:32:54 +0200
commitc27d8b72806ae2304f061f6acd30ceb6b5869bc1 (patch)
treed2cf6689da31890fc2fdaa88ada6da7e106d19a4 /src/plugins/debugger/debuggerplugin.h
parent524604fe35dd9a470b4aadffcbb605afe3660079 (diff)
debugger: move DisassemblerViewAgent from plugin to manager
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index 007fbe0fd1..dd5fea2efa 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -62,8 +62,6 @@ namespace Internal {
class BreakpointData;
class DebuggerRunControlFactory;
class DebugMode;
-class DisassemblerViewAgent;
-struct StackFrame;
class DebuggerPlugin : public ExtensionSystem::IPlugin
{
@@ -97,7 +95,7 @@ private slots:
int lineNumber, QMenu *menu);
void resetLocation();
- void gotoLocation(const Debugger::Internal::StackFrame &frame, bool setMarker);
+ void gotoLocation(const QString &file, int line, bool setMarker);
void breakpointSetRemoveMarginActionTriggered();
void breakpointEnableDisableMarginActionTriggered();
@@ -131,7 +129,6 @@ private:
QString m_previousMode;
TextEditor::BaseTextMark *m_locationMark;
- DisassemblerViewAgent *m_disassemblerViewAgent;
int m_gdbRunningContext;
unsigned m_cmdLineEnabledEngines;
quint64 m_cmdLineAttachPid;