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

Method swoAndRTTCommands

src/openocd.ts:167–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 public swoAndRTTCommands(): string[] {
168 const commands = [];
169 if (this.args.swoConfig.enabled) {
170 const swocommands = this.SWOConfigurationCommands();
171 commands.push(...swocommands);
172 }
173 return commands.concat(this.rttCommands());
174 }
175
176 private SWOConfigurationCommands(): string[] {
177 const commands: string[] = [];

Callers

nothing calls this directly

Calls 2

rttCommandsMethod · 0.95

Tested by

no test coverage detected