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

Method acceptsCommands

plugins/debuggercommon/midebugsession.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468bool MIDebugSession::acceptsCommands() const
469{
470 return !debuggerStateIsOn(s_dbgNotStarted | s_shuttingDown);
471}
472
473bool MIDebugSession::debuggerStateIsOn(DBGStateFlags state) const
474{

Callers 4

updateRegistersMethod · 0.80
setGeneralRegisterMethod · 0.80
updateRegistersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected