be explicit about the GDB script to use

with this change the user doesn't need to set an [auto-load-safe-path]

[auto-load-safe-path]: https://sourceware.org/gdb/onlinedocs/gdb/Auto_002dloading-safe-path.html
This commit is contained in:
Jorge Aparicio
2018-08-29 14:26:24 +02:00
parent b43bd7d20d
commit 065efc83fb
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = 'arm-none-eabi-gdb'
runner = 'arm-none-eabi-gdb -x debug.gdb'
rustflags = [
# LLD (shipped with the Rust toolchain) is used as the default linker
"-C", "link-arg=-Tlink.x",

View File