forked from qt-creator/qt-creator
debugger: introduce a new category for commands that are always immediately executed
used for -exec-interrupt right now
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user