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
1c971430
Commit
1c971430
authored
Apr 14, 2009
by
hjk
Browse files
debugger: don't kill gdb the hard way if it is still in a known state
parent
c3a3ab96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
1c971430
...
...
@@ -1153,9 +1153,7 @@ void GdbEngine::handleAsyncOutput(const GdbMi &data)
+
data
.
findChild
(
"signal-name"
).
toString
();
}
q
->
showStatusMessage
(
msg
);
// FIXME: shouldn't this use a statis change?
debugMessage
(
"CALLING PARENT EXITDEBUGGER"
);
q
->
exitDebugger
();
sendCommand
(
"-gdb-exit"
);
return
;
}
...
...
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