forked from qt-creator/qt-creator
debugger: add watchpoint option to memoryview context menu
Change-Id: I9511e15afcfe4664ae5077dd568e5a3637888e30 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -106,6 +106,7 @@ private slots:
|
||||
void handleEndOfFileRequested(Core::IEditor *editor);
|
||||
void handleDataChanged(Core::IEditor *editor, quint64 address,
|
||||
const QByteArray &data);
|
||||
void handleWatchpointRequest(quint64 address, uint size);
|
||||
void updateMemoryView(quint64 address, quint64 length);
|
||||
void engineStateChanged(Debugger::DebuggerState s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user