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:
Ayke van Laethem
2020-02-24 15:34:55 +01:00
committed by Daniel Esteban
parent 2ca0f0d0c6
commit 1a2f051bee
+1 -1
View File
@@ -24,5 +24,5 @@
"src/device/arm/cortexm.s",
"src/runtime/scheduler_cortexm.S"
],
"gdb": "arm-none-eabi-gdb"
"gdb": "gdb-multiarch"
}