Debugger: Add symbol listing to LLDB frontend

Change-Id: I10f22f54334c21fc48e634530ec79f9cc8ab56f4
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-05-07 11:39:31 +02:00
parent e836cd082c
commit 532dc1aa03
3 changed files with 50 additions and 25 deletions

View File

@@ -155,6 +155,7 @@ private:
void refreshState(const GdbMi &state);
void refreshLocation(const GdbMi &location);
void refreshModules(const GdbMi &modules);
void refreshSymbols(const GdbMi &symbols);
void refreshBreakpoints(const GdbMi &bkpts);
void runContinuation(const GdbMi &data);