Debugger: Pass autoderef pointers down to LLDB machinery

Change-Id: I282e78c352066ddd05e96199fd8ead088e3e9f56
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-05-29 14:54:47 +02:00
parent d7f96e3201
commit cc611e076f
3 changed files with 23 additions and 7 deletions

View File

@@ -153,6 +153,8 @@ private:
Q_SLOT void readLldbStandardError();
Q_SLOT void handleResponse(const QByteArray &data);
Q_SLOT void runEngine2();
Q_SLOT void updateAll();
Q_SLOT void updateLocals();
void refreshAll(const GdbMi &all);
void refreshThreads(const GdbMi &threads);
void refreshStack(const GdbMi &stack);
@@ -167,8 +169,6 @@ private:
void refreshBreakpoints(const GdbMi &bkpts);
void runContinuation(const GdbMi &data);
void updateAll();
typedef void (LldbEngine::*LldbCommandContinuation)();
QByteArray currentOptions() const;