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

Method notifyStopped

src/gdb.ts:759–764  ·  view source on GitHub ↗
(doCustom = true)

Source from the content-addressed store, hash-verified

757 }
758
759 private notifyStopped(doCustom = true) {
760 this.sendEvent(new StoppedEvent(this.stoppedReason, this.currentThreadId, true));
761 if (doCustom) {
762 this.sendEvent(new CustomStoppedEvent(this.stoppedReason, this.currentThreadId));
763 }
764 }
765
766 private startCompleteForReset(mode: SessionMode, sendStoppedEvents = true) {
767 if ((mode !== SessionMode.ATTACH) && (mode !== SessionMode.LAUNCH)) {

Callers 3

startCompleteMethod · 0.95
threadsRequestMethod · 0.95

Calls 1

sendEventMethod · 0.95

Tested by

no test coverage detected