MCPcopy Create free account
hub / github.com/Marus/cortex-debug / isMIStatusStopped

Method isMIStatusStopped

src/gdb.ts:975–978  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

973 }
974
975 protected isMIStatusStopped(): boolean {
976 // We get the status from the MI because we may not have received the event yet
977 return (this.miDebugger.status !== 'running');
978 }
979
980 // Runs a set of commands after a quiet time and is no other gdb transactions are happening
981 // Returning 'true' means the execution is going to continue

Callers 6

doResolveMethod · 0.95
customRequestMethod · 0.95
threadsRequestMethod · 0.95
stackTraceRequestMethod · 0.95
stackVariablesRequestMethod · 0.95
variablesRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected