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
Marco Bubke
flatpak-qt-creator
Commits
dc106f5c
Commit
dc106f5c
authored
Apr 13, 2010
by
hjk
Browse files
debugger: add a FIXME re possible errors on -exec-interrupt
parent
14ceda41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/remotegdbadapter.cpp
View file @
dc106f5c
...
...
@@ -227,6 +227,8 @@ void RemoteGdbAdapter::startInferiorPhase2()
void
RemoteGdbAdapter
::
interruptInferior
()
{
// FIXME: On some gdb versions like git 170ffa5d7dd this produces
// >810^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
m_engine
->
postCommand
(
"-exec-interrupt"
,
GdbEngine
::
Immediate
);
}
...
...
Write
Preview
Markdown
is supported
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