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
81235527
Commit
81235527
authored
Oct 21, 2009
by
Oswald Buddenhagen
Browse files
add a FIXME
parent
8d3ca642
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
81235527
...
...
@@ -705,7 +705,7 @@ void GdbEngine::postCommandHelper(const GdbCommand &cmd)
showStatusMessage
(
tr
(
"Stopping temporarily."
),
1000
);
debugMessage
(
_
(
"QUEUING COMMAND "
)
+
cmd
.
command
);
m_commandsToRunOnTemporaryBreak
.
append
(
cmd
);
interruptInferior
();
interruptInferior
();
// FIXME: race condition between gdb and kill()
}
}
else
if
(
!
cmd
.
command
.
isEmpty
())
{
flushCommand
(
cmd
);
...
...
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