MCPcopy Index your code
hub / github.com/Marus/cortex-debug / sendEvent

Method sendEvent

src/gdb.ts:1749–1754  ·  view source on GitHub ↗
(event: DebugProtocol.Event)

Source from the content-addressed store, hash-verified

1747 }
1748
1749 public sendEvent(event: DebugProtocol.Event): void {
1750 super.sendEvent(event);
1751 if (traceThreads && (event instanceof StoppedEvent || event instanceof ContinuedEvent)) {
1752 this.handleMsg('log', '**** Event: ' + JSON.stringify(event) + '\n');
1753 }
1754 }
1755
1756 protected handlePause(info: MINode) {
1757 this.continuing = false;

Callers 15

tcpPortsAllocatedMethod · 0.95
notifyStoppedMethod · 0.95
startCompleteMethod · 0.95
finishStartSequenceMethod · 0.95
setGdbOutputRadixMethod · 0.95
readMemoryRequestMethod · 0.95
writeMemoryRequestMethod · 0.95
readRegistersRequestMethod · 0.95

Calls 1

handleMsgMethod · 0.95

Tested by

no test coverage detected