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

Method initCommands

src/qemu.ts:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

createPortNameFunction · 0.90

Tested by

no test coverage detected