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
@@ -27,6 +27,6 @@
"targets/gameboy-advance.s",
"src/runtime/gc_arm.S"
],
"gdb": "gdb-multiarch",
"gdb": ["gdb-multiarch"],
"emulator": ["mgba", "-3"]
}