From 36f83ba99ac54902c11d6988ed7e290552d4bd1b Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 22 May 2015 08:58:39 +0200 Subject: [PATCH] Debugger: Cosmetics Remove one unused function declaration and adjust one comment to reality. Change-Id: I0ba88dfa89d1fe312cef97a659715c664f4650bc Reviewed-by: Christian Stenger --- src/plugins/debugger/debuggertooltipmanager.cpp | 1 - src/plugins/debugger/memoryagent.cpp | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/debuggertooltipmanager.cpp b/src/plugins/debugger/debuggertooltipmanager.cpp index 996a15ce0aa..022602f2ed9 100644 --- a/src/plugins/debugger/debuggertooltipmanager.cpp +++ b/src/plugins/debugger/debuggertooltipmanager.cpp @@ -637,7 +637,6 @@ public: void releaseEngine(); void saveSessionData(QXmlStreamWriter &w) const; - void handleStackFrameCompleted(const QString &frameFile, const QString &frameFunction); void positionShow(const TextEditorWidget *editorWidget); diff --git a/src/plugins/debugger/memoryagent.cpp b/src/plugins/debugger/memoryagent.cpp index 66904783baa..6a532a6ed48 100644 --- a/src/plugins/debugger/memoryagent.cpp +++ b/src/plugins/debugger/memoryagent.cpp @@ -75,7 +75,8 @@ namespace Internal { (m_view). \endlist - Views are updated on the DebuggerEngine::stackFrameCompleted signal. + Views are asked to update themselves directly by the owning + DebuggerEngine. An exception are views of class Debugger::RegisterMemoryView tracking the content pointed to by a register (eg stack pointer, instruction pointer). They are connected to the set/changed signals of