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 -1
View File
@@ -19,5 +19,5 @@
"src/internal/task/task_stack_avr.S",
"src/runtime/gc_avr.S"
],
"gdb": "avr-gdb"
"gdb": ["avr-gdb"]
}