forked from qt-creator/qt-creator
Debugger: Directly tell memory agents about finishing
Change-Id: I79a718f45835a709daa37dd785ed718c3743d77e Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -101,6 +101,7 @@ public slots:
|
||||
void updateContents();
|
||||
void closeEditors();
|
||||
void closeViews();
|
||||
void handleDebuggerFinished();
|
||||
|
||||
private slots:
|
||||
void fetchLazyData(quint64 block);
|
||||
@@ -108,7 +109,6 @@ private slots:
|
||||
void handleDataChanged(quint64 address, const QByteArray &data);
|
||||
void handleWatchpointRequest(quint64 address, uint size);
|
||||
void updateMemoryView(quint64 address, quint64 length);
|
||||
void engineStateChanged(Debugger::DebuggerState s);
|
||||
|
||||
private:
|
||||
void connectBinEditorWidget(QWidget *w);
|
||||
|
||||
Reference in New Issue
Block a user