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

Method isRunning

kdevplatform/debugger/interfaces/idebugsession.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool IDebugSession::isRunning() const
65{
66 DebuggerState s = state();
67 return (s == ActiveState || s == PausedState);
68}
69
70void IDebugSession::raiseEvent(event_t e)
71{

Callers 7

contextMenuExtensionMethod · 0.45
joinMethod · 0.45
waitMethod · 0.45
testTryLockMethod · 0.45
~ParsingThreadMethod · 0.45
addWorkerMethod · 0.45

Calls

no outgoing calls

Tested by 3

joinMethod · 0.36
waitMethod · 0.36
testTryLockMethod · 0.36