Debugger: Make LldbEngine stack handling more similar to GdbEngine

This also addresses the remaining issues of QTCREATORBUG-13803.

Task-number: QTCREATORBUG-13803
Change-Id: Iceb123279236d98961d15fe7421acc7c10d1b1c7
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
hjk
2015-02-27 16:53:48 +01:00
parent bdbe119dbe
commit fb785895f2
3 changed files with 8 additions and 53 deletions

View File

@@ -81,7 +81,6 @@ private:
void shutdownInferior();
void shutdownEngine();
void abortDebugger();
void resetLocation();
bool setToolTipExpression(TextEditor::TextEditorWidget *editorWidget,
const DebuggerToolTipContext &);
@@ -147,9 +146,6 @@ private:
void refreshAll(const GdbMi &all);
void refreshThreads(const GdbMi &threads);
void refreshStack(const GdbMi &stack);
void refreshStackPosition(const GdbMi &position);
void refreshStackTop(const GdbMi &position);
void setStackPosition(int index);
void refreshRegisters(const GdbMi &registers);
void refreshLocals(const GdbMi &vars);
void refreshTypeInfo(const GdbMi &typeInfo);