mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
main: use gdb-multiarch for debugging Cortex-M chips
Previously this was set to arm-none-eabi-gdb, but that has been replaced by gdb-multiarch in recent Debian/Ubuntu versions.
This commit is contained in:
committed by
Daniel Esteban
parent
2ca0f0d0c6
commit
1a2f051bee
@@ -24,5 +24,5 @@
|
||||
"src/device/arm/cortexm.s",
|
||||
"src/runtime/scheduler_cortexm.S"
|
||||
],
|
||||
"gdb": "arm-none-eabi-gdb"
|
||||
"gdb": "gdb-multiarch"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user