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:
hjk
2015-09-14 12:53:35 +02:00
parent 1cb811ebe6
commit 7ac99044e8
5 changed files with 29 additions and 68 deletions

View File

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