gdb: enable to specify multiple candidates for gdb

This commit is contained in:
sago35
2021-02-28 12:24:23 +09:00
committed by Ron Evans
parent f23ba3b023
commit 16e7dd83a3
7 changed files with 27 additions and 12 deletions
+1 -2
View File
@@ -4,6 +4,5 @@
"cflags": [
"--target=armv7em-none-eabi",
"-Qunused-arguments"
],
"gdb": "arm-none-eabi-gdb"
]
}