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
12f9c789
Commit
12f9c789
authored
May 07, 2009
by
Oswald Buddenhagen
Browse files
remove message which is immediately flushed out anyway
parent
cdd1596f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
12f9c789
...
...
@@ -989,7 +989,6 @@ void GdbEngine::handleAsyncOutput(const GdbMi &data)
QTC_ASSERT
(
q
->
status
()
==
DebuggerInferiorStopRequested
,
qDebug
()
<<
"STATUS:"
<<
q
->
status
())
qq
->
notifyInferiorStopped
();
q
->
showStatusMessage
(
tr
(
"Temporarily stopped."
));
// FIXME: racy
while
(
!
m_commandsToRunOnTemporaryBreak
.
isEmpty
())
{
GdbCommand
cmd
=
m_commandsToRunOnTemporaryBreak
.
takeFirst
();
...
...
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