Debugger: Move some 'mixed native' code to DumperBase

Prepares reuse in LLDB.

Change-Id: I2238a94937411b80a9ec84ab738aba2146bba50e
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-02-04 10:48:33 +01:00
parent 5d1e13fbd2
commit 7d4b9c4ba0
4 changed files with 95 additions and 81 deletions

View File

@@ -196,6 +196,7 @@ private: ////////// Gdb Command Management //////////
// watch model updates before everything is finished.
void flushCommand(const GdbCommand &cmd);
protected:
void runCommand(const DebuggerCommand &command);
void postCommand(const QByteArray &command,
GdbCommandFlags flags,
GdbCommandCallback callback = 0,