summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-02-27 15:01:29 +0100
committerhjk <hjk@theqtcompany.com>2015-02-27 14:42:55 +0000
commit672ab5c8d80f393849a938f46c70d5dcfb87e440 (patch)
treefa2b960b6c44cf6929a6925c738678b78f6c07d5 /src
parent91c0629fe10991b0f1158ec12d9cd08e69cb5b7e (diff)
downloadqt-creator-672ab5c8d80f393849a938f46c70d5dcfb87e440.tar.gz
Debugger: Rely less on implicit state in lldbbridge.
Ideally, all 'current' data should be passed down from the engine. Change-Id: Ibfe7c466ec564c6907398ec2ec6c05d04e6670d6 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/debugger/lldb/lldbengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/lldb/lldbengine.cpp b/src/plugins/debugger/lldb/lldbengine.cpp
index 439afa7f5c..9ece54941c 100644
--- a/src/plugins/debugger/lldb/lldbengine.cpp
+++ b/src/plugins/debugger/lldb/lldbengine.cpp
@@ -517,7 +517,6 @@ void LldbEngine::executeRunToFunction(const QString &functionName)
void LldbEngine::executeJumpToLine(const ContextData &data)
{
resetLocation();
- notifyInferiorRunRequested();
DebuggerCommand cmd("executeJumpToLocation");
cmd.arg("file", data.fileName);
cmd.arg("line", data.lineNumber);