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

Method startCompleteForReset

src/gdb.ts:766–770  ·  view source on GitHub ↗
(mode: SessionMode, sendStoppedEvents = true)

Source from the content-addressed store, hash-verified

764 }
765
766 private startCompleteForReset(mode: SessionMode, sendStoppedEvents = true) {
767 if ((mode !== SessionMode.ATTACH) && (mode !== SessionMode.LAUNCH)) {
768 this.startComplete(mode, sendStoppedEvents);
769 }
770 }
771
772 private startComplete(mode: SessionMode, sendStoppedEvents = true) {
773 this.disableSendStoppedEvents = false;

Callers 1

finishStartSequenceMethod · 0.95

Calls 1

startCompleteMethod · 0.95

Tested by

no test coverage detected