Debugger: Export DebuggerManager and DebuggerStartParameters.

For device debugging. Move both from namespace
Debugger::Internal to Debugger, export them, give
DebuggerManager a static instance().
This commit is contained in:
Friedemann Kleint
2009-09-25 16:01:28 +02:00
parent 4dbfc18340
commit 90470771fd
25 changed files with 155 additions and 81 deletions

View File

@@ -262,7 +262,7 @@ public:
static QString watcherEditPlaceHolder();
signals:
void watchDataUpdateNeeded(const WatchData &data);
void watchDataUpdateNeeded(const Debugger::Internal::WatchData &data);
void sessionValueRequested(const QString &name, QVariant *value);
void setSessionValueRequested(const QString &name, const QVariant &value);