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
974388c1
Commit
974388c1
authored
May 07, 2009
by
Oswald Buddenhagen
Browse files
less confusing
parent
cdc1b913
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
974388c1
...
...
@@ -973,17 +973,14 @@ void GdbEngine::handleAsyncOutput(const GdbMi &data)
//MAC: bool isFirstStop = data.findChild("bkptno").data() == "1";
//!MAC: startSymbolName == data.findChild("frame").findChild("func")
if
(
m_waitingForFirstBreakpointToBeHit
)
{
m_waitingForFirstBreakpointToBeHit
=
false
;
// If the executable dies already that early we might get something
// like stdout:49*stopped,reason="exited",exit-code="0177"
// This is handled now above.
qq
->
notifyInferiorStopped
();
m_waitingForFirstBreakpointToBeHit
=
false
;
//
// this will "continue" if done
m_waitingForBreakpointSynchronizationToContinue
=
true
;
//
// that's the "early stop"
handleAqcuiredInferior
();
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