debugger: introduce a new category for commands that are always immediately executed

used for -exec-interrupt right now
This commit is contained in:
hjk
2010-04-09 14:53:45 +02:00
parent d8cc842d49
commit 0ea0977ca8
3 changed files with 9 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ void RemoteGdbAdapter::startInferiorPhase2()
void RemoteGdbAdapter::interruptInferior()
{
m_engine->postCommand("-exec-interrupt");
m_engine->postCommand("-exec-interrupt", GdbEngine::Immediate);
}
void RemoteGdbAdapter::shutdown()