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