debugger: add watchpoint option to memoryview context menu

Change-Id: I9511e15afcfe4664ae5077dd568e5a3637888e30
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-06-03 23:05:58 +02:00
parent 48fcfe0b8d
commit 0af2934e48
4 changed files with 44 additions and 21 deletions

View File

@@ -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);