Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
49cac3d4
Commit
49cac3d4
authored
Oct 26, 2010
by
hjk
Committed by
dt
Oct 27, 2010
Browse files
debugger: call shutdownEngine, not shutdownInferior on EngineRunFailed
(cherry picked from commit
57f76162
)
parent
b5c6e15c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.cpp
View file @
49cac3d4
...
...
@@ -1244,7 +1244,7 @@ void DebuggerEngine::notifyEngineRunFailed()
d
->
m_progress
.
reportCanceled
();
d
->
m_progress
.
reportFinished
();
setState
(
EngineRunFailed
);
d
->
queueShutdown
Inferior
();
d
->
queueShutdown
Engine
();
}
void
DebuggerEngine
::
notifyEngineRunAndInferiorRunOk
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment