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
Tobias Hunger
qt-creator
Commits
e60a7bc6
Commit
e60a7bc6
authored
Nov 02, 2009
by
Oswald Buddenhagen
Browse files
the process is already dead when hitting workaround 4
Reviewed-by: hjk
parent
9891267a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
e60a7bc6
...
...
@@ -808,6 +808,8 @@ void GdbEngine::handleResultRecord(GdbResponse *response)
debugMessage
(
_
(
"APPLYING WORKAROUND #4"
));
setState
(
InferiorStopping
);
setState
(
InferiorStopped
);
setState
(
InferiorShuttingDown
);
setState
(
InferiorShutDown
);
showStatusMessage
(
tr
(
"Executable failed: %1"
)
.
arg
(
QString
::
fromLocal8Bit
(
msg
)));
shutdown
();
...
...
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