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

Method initCommands

src/openocd.ts:79–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 public initCommands(): string[] {
80 const gdbport = this.ports[createPortName(this.args.targetProcessor)];
81
82 return [
83 `target-select extended-remote localhost:${gdbport}`
84 ];
85 }
86
87 public liveGdbInitCommands(): string[] {
88 return this.initCommands();

Callers 1

liveGdbInitCommandsMethod · 0.95

Calls 1

createPortNameFunction · 0.90

Tested by

no test coverage detected