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

Method launchCommands

src/openocd.ts:104–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 // by a 'stepi' which doesn't really do a stepi but can emulate a break due to a step that
103 // gdb expects
104 public launchCommands(): string[] {
105 const commands = [
106 ...genDownloadCommands(this.args, ['interpreter-exec console "monitor reset halt"']),
107 'interpreter-exec console "monitor reset halt"'
108 ];
109 return commands;
110 }
111
112 public attachCommands(): string[] {
113 const commands = [

Callers

nothing calls this directly

Calls 1

genDownloadCommandsFunction · 0.90

Tested by

no test coverage detected