Skip to content

Commit 6993d73

Browse files
rsoracmaglie
rsora
authored andcommitted
Add interpreter parameter
1 parent 429bee8 commit 6993d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ tools.openocd-withbootsize.bootloader.pattern="{path}/{cmd}" {bootloader.verbose
236236
tools.gdb.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
237237
tools.gdb.cmd=arm-none-eabi-gdb
238238
tools.gdb.cmd.windows=arm-none-eabi-gdb.exe
239-
tools.gdb.debug.pattern="{path}/{cmd}" --interpreter=mi2 -ex "set remotetimeout 5" -ex "set pagination off" -ex 'target extended-remote | "{tools.openocd.path}/{tools.openocd.cmd}" -s "{tools.openocd.path}/share/openocd/scripts/" --file "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "gdb_port pipe" -c "telnet_port 0"' "{build.path}/{build.project_name}.elf"
239+
tools.gdb.debug.pattern="{path}/{cmd}" --interpreter={interpreter} -ex "set remotetimeout 5" -ex "set pagination off" -ex 'target extended-remote | "{tools.openocd.path}/{tools.openocd.cmd}" -s "{tools.openocd.path}/share/openocd/scripts/" --file "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "gdb_port pipe" -c "telnet_port 0"' "{build.path}/{build.project_name}.elf"

0 commit comments

Comments
 (0)