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

Method initCommands

src/pemicro.ts:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public initCommands(): string[] {
32 const gdbport = this.ports[createPortName(this.args.targetProcessor)];
33
34 return [
35 `target-select extended-remote localhost:${gdbport}`
36 ];
37 }
38
39 public launchCommands(): string[] {
40 const commands = [

Callers

nothing calls this directly

Calls 1

createPortNameFunction · 0.90

Tested by

no test coverage detected