Debugger: Populate stack view with LLDB backend

Change-Id: I9808829559da65cd152d2455737f6c7f394da6b3
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-04-08 10:11:02 +02:00
parent 8b5b2e43eb
commit 1d808ea8bc
3 changed files with 60 additions and 58 deletions

View File

@@ -150,7 +150,6 @@ private:
};
void handleStop(const LldbResponse &response);
void handleBacktrace(const LldbResponse &response);
void handleListLocals(const LldbResponse &response);
void handleListModules(const LldbResponse &response);
void handleListSymbols(const LldbResponse &response);