debugger: add a FIXME re possible errors on -exec-interrupt

This commit is contained in:
hjk
2010-04-13 11:47:20 +02:00
parent 14ceda410c
commit dc106f5cf2

View File

@@ -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);
}