summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/lldb/lldbengine.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-03-06 13:05:43 +0100
committerhjk <hjk@theqtcompany.com>2015-03-06 13:55:55 +0000
commit34c807a11a6ea4a6768c001418eadc4e0d01ebb1 (patch)
tree53103b22c73c86b3a49c09041210fe15dcddec1b /src/plugins/debugger/lldb/lldbengine.h
parent7c2c3307b3f0cf816b8f2ba0a12aee6cdfa7451e (diff)
downloadqt-creator-34c807a11a6ea4a6768c001418eadc4e0d01ebb1.tar.gz
Debugger: Remove WatchUpdateFlags
Only needed in the non-Python days. CDB didn't use it to start with. Change-Id: Ia609218cc1a694f797e278c4d99ead68e6212938 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/lldb/lldbengine.h')
-rw-r--r--src/plugins/debugger/lldb/lldbengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/lldb/lldbengine.h b/src/plugins/debugger/lldb/lldbengine.h
index e6a7e316d3..bdcda805cf 100644
--- a/src/plugins/debugger/lldb/lldbengine.h
+++ b/src/plugins/debugger/lldb/lldbengine.h
@@ -120,7 +120,7 @@ private:
bool supportsThreads() const { return true; }
bool isSynchronous() const { return true; }
- void updateWatchData(const WatchData &data, const WatchUpdateFlags &flags);
+ void updateWatchData(const WatchData &data);
void setRegisterValue(const QByteArray &name, const QString &value);
void fetchMemory(Internal::MemoryAgent *, QObject *, quint64 addr, quint64 length);