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
Marco Bubke
flatpak-qt-creator
Commits
02b6e3cb
Commit
02b6e3cb
authored
Nov 29, 2010
by
hjk
Browse files
debugger: forward-port
49cac3d4
Mis-merge?
parent
dcd1876d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.cpp
View file @
02b6e3cb
...
...
@@ -728,7 +728,7 @@ void DebuggerEngine::notifyEngineRunFailed()
d
->
m_progress
.
reportCanceled
();
d
->
m_progress
.
reportFinished
();
setState
(
EngineRunFailed
);
d
->
queueShutdown
Inferior
();
d
->
queueShutdown
Engine
();
}
void
DebuggerEngine
::
notifyEngineRunAndInferiorRunOk
()
...
...
src/plugins/debugger/debuggerplugin.cpp
View file @
02b6e3cb
...
...
@@ -188,7 +188,7 @@
// | (core) | (attach) | | +
// | | | | +
// {notify- {notifyER&- {notifyER&- {notify- +
// Inferior- Inferior- Inferior-
Run
Engine- +
// Inferior- Inferior- Inferior- Engine
Run
- +
// Unrunnable} StopOk} RunOk} Failed} +
// + + + + +
// InferiorUnrunnable + InferiorRunOk + +
...
...
@@ -198,7 +198,7 @@
// `-+-+-+-+-+-+-+-+-+-+-+>-+
// +
// +
// #Interrupt@InferiorRunOk#
+
// #Interrupt@InferiorRunOk# +
// + +
// InferiorStopRequested +
// #SpontaneousStop + +
...
...
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