debugger: work on writable memory view

This commit is contained in:
hjk
2011-02-25 13:21:54 +01:00
parent 14d590590f
commit f125b57163
9 changed files with 62 additions and 24 deletions

View File

@@ -71,6 +71,7 @@ private:
Q_SLOT void provideNewRange(Core::IEditor *editor, quint64 address);
Q_SLOT void handleStartOfFileRequested(Core::IEditor *editor);
Q_SLOT void handleEndOfFileRequested(Core::IEditor *editor);
Q_SLOT void handleDataChanged(Core::IEditor *editor, quint64 address, const QByteArray &data);
QList<QPointer<Core::IEditor> > m_editors;
QPointer<DebuggerEngine> m_engine;