| 221 | bool IsRunning() const { return m_targetStatus == DebugAdapterRunningStatus; } |
| 222 | DebugAdapterConnectionStatus GetConnectionStatus() const { return m_connectionStatus; } |
| 223 | DebugAdapterTargetStatus GetTargetStatus() const { return m_targetStatus; } |
| 224 | |
| 225 | bool IsConnectedToDebugServer() { return m_connectedToDebugServer; } |
| 226 | void SetConnectedToDebugServer(bool connected) { m_connectedToDebugServer = connected; } |
no outgoing calls
no test coverage detected