forked from qt-creator/qt-creator
Debugger: Use new shared result reporting infrastructure
Unify the watchPoint() interfaces, move the combined implementation to the DebuggerEngine base. Change-Id: Ic93aa760e7258197aed5eb7bfea257a40012cccf Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
virtual void startDebugger(DebuggerRunControl *runControl);
|
||||
virtual void prepareForRestart() {}
|
||||
|
||||
virtual void watchPoint(const QPoint &);
|
||||
virtual void watchPoint(const QPoint &pnt);
|
||||
virtual void runCommand(const DebuggerCommand &cmd);
|
||||
virtual void openMemoryView(const MemoryViewSetupData &data);
|
||||
virtual void fetchMemory(MemoryAgent *, quint64 addr, quint64 length);
|
||||
|
||||
Reference in New Issue
Block a user