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

Method initCommands

src/jlink.ts:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

createPortNameFunction · 0.90

Tested by

no test coverage detected