Maemo: Get rid of MaemoDebugRunControl.

Use Debugger::DebuggerRunControl directly instead of wrapping it
into another RunControl.

Reviewed-by: hjk
This commit is contained in:
ck
2010-07-15 16:43:56 +02:00
parent db99f82863
commit 08bc6c0027
16 changed files with 536 additions and 337 deletions

View File

@@ -44,6 +44,7 @@ class Snapshot;
}
namespace ProjectExplorer {
class RunConfiguration;
class RunControl;
}
@@ -82,7 +83,8 @@ public:
void readSettings();
void writeSettings() const;
static DebuggerRunControl *createDebugger(const DebuggerStartParameters &sp);
static DebuggerRunControl *createDebugger(const DebuggerStartParameters &sp,
ProjectExplorer::RunConfiguration *rc = 0);
static void startDebugger(ProjectExplorer::RunControl *runControl);
static void displayDebugger(ProjectExplorer::RunControl *runControl);