forked from qt-creator/qt-creator
Debugger: Merge watcher request creation
... of {Gdb,Lldb,Pdb}Engine. Code is the same nowadays.
Change-Id: I874b1ddfd813c15cc16c9b91bd894c7c42b56e93
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -130,6 +130,9 @@ public:
|
||||
static QStringList watchedExpressions();
|
||||
static QHash<QByteArray, int> watcherNames();
|
||||
|
||||
void appendFormatRequests(DebuggerCommand *cmd);
|
||||
void appendWatchersAndTooltipRequests(DebuggerCommand *cmd);
|
||||
|
||||
QByteArray typeFormatRequests() const;
|
||||
QByteArray individualFormatRequests() const;
|
||||
|
||||
@@ -150,7 +153,6 @@ public:
|
||||
|
||||
void setCurrentItem(const QByteArray &iname);
|
||||
void updateWatchersWindow();
|
||||
void appendFormatRequests(DebuggerCommand *cmd);
|
||||
|
||||
void insertItem(WatchItem *item); // Takes ownership.
|
||||
void removeItemByIName(const QByteArray &iname);
|
||||
|
||||
Reference in New Issue
Block a user