forked from qt-creator/qt-creator
Start on dumper support for CDB, bug fixes.
Make command execution output shown, use Wide version of Debug Callbacks and output, provide bases classes for other output and event handlers, move common dumper functionality into debugger manager.
This commit is contained in:
@@ -164,6 +164,8 @@ private:
|
||||
virtual SourceFilesWindow *sourceFileWindow() = 0;
|
||||
|
||||
virtual void showApplicationOutput(const QString &data) = 0;
|
||||
virtual void showDebuggerOutput(const QString &prefix, const QString &msg) = 0;
|
||||
virtual void showDebuggerInput(const QString &prefix, const QString &msg) = 0;
|
||||
|
||||
virtual void reloadDisassembler() = 0;
|
||||
virtual void reloadModules() = 0;
|
||||
@@ -250,6 +252,10 @@ public slots:
|
||||
|
||||
void showStatusMessage(const QString &msg, int timeout = -1); // -1 forever
|
||||
|
||||
bool qtDumperLibraryEnabled() const;
|
||||
QString qtDumperLibraryName() const;
|
||||
void showQtDumperLibraryWarning(const QString &details);
|
||||
|
||||
private slots:
|
||||
void showDebuggerOutput(const QString &prefix, const QString &msg);
|
||||
void showDebuggerInput(const QString &prefix, const QString &msg);
|
||||
|
||||
Reference in New Issue
Block a user