mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 04:19:04 +00:00
gdb: enable to specify multiple candidates for gdb
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
"targets/gameboy-advance.s",
|
||||
"src/runtime/gc_arm.S"
|
||||
],
|
||||
"gdb": "gdb-multiarch",
|
||||
"gdb": ["gdb-multiarch"],
|
||||
"emulator": ["mgba", "-3"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user