Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
b5c6e15c
Commit
b5c6e15c
authored
Oct 26, 2010
by
hjk
Committed by
dt
Oct 27, 2010
Browse files
debugger: fix EngineSetupFailed path
Task-number: QTCREATORBUG-2837 (cherry picked from commit
2efdeb5c
)
parent
592396c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.cpp
View file @
b5c6e15c
...
...
@@ -1182,7 +1182,7 @@ void DebuggerEngine::notifyEngineSetupFailed()
setState
(
EngineSetupFailed
);
QTC_ASSERT
(
d
->
m_runControl
,
return
);
d
->
m_runControl
->
startFailed
();
d
->
queueShutdownEngine
(
);
setState
(
DebuggerFinished
);
}
void
DebuggerEngine
::
notifyEngineSetupOk
()
...
...
src/plugins/debugger/debuggerplugin.cpp
View file @
b5c6e15c
...
...
@@ -172,6 +172,13 @@
// Transitions marked by '*' are done asynchronously.
// The GdbEngine->setupEngine() function is described in more detail below.
//
// The engines are responsible for local roll-back to the last
// acknowledged state before calling notify*Failed. I.e. before calling
// notifyEngineSetupFailed() any process started during setupEngine()
// so far must be terminated.
//
//
//
// DebuggerNotReady
// +
// EngineSetupRequested
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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