MCPcopy Create free account
hub / github.com/KDE/kdevelop / slotInferiorRunning

Method slotInferiorRunning

plugins/debuggercommon/midebugsession.cpp:1187–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187void MIDebugSession::slotInferiorRunning()
1188{
1189 setDebuggerStateOn(s_appRunning);
1190 raiseEvent(program_running);
1191
1192 if (m_commandQueue->haveImmediateCommand() ||
1193 (m_debugger->currentCommand() && (m_debugger->currentCommand()->flags() & (CmdImmediately | CmdInterrupt)))) {
1194 ensureDebuggerListening();
1195 } else {
1196 setDebuggerStateOn(s_dbgNotListening);
1197 }
1198}
1199
1200void MIDebugSession::processNotification(const MI::AsyncRecord & async)
1201{

Callers

nothing calls this directly

Calls 3

haveImmediateCommandMethod · 0.80
currentCommandMethod · 0.80
flagsMethod · 0.45

Tested by

no test coverage detected