mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
cortexm: add "gdb" as a debugger
At least on Arch Linux ARM, there is no gdb-multiarch or something, just "gdb" and it works for 32-bit ARM as well.
This commit is contained in:
committed by
Ron Evans
parent
0b2aec1164
commit
7e05c92420
@@ -26,5 +26,5 @@
|
||||
"src/internal/task/task_stack_cortexm.S",
|
||||
"src/runtime/asm_arm.S"
|
||||
],
|
||||
"gdb": ["gdb-multiarch", "arm-none-eabi-gdb"]
|
||||
"gdb": ["gdb-multiarch", "arm-none-eabi-gdb", "gdb"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user