Connect gdb to target automatically

This commit is contained in:
Berkus Decker 2019-02-25 10:35:48 +02:00
parent 98be0a304c
commit bd68e95e27
2 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,7 @@ openocd:
$(OPENOCD) -f interface/jlink.cfg -f ./doc/rpi3_jlink.cfg
gdb: kernel8.img
env RUST_GDB=$(GDB) rust-gdb kernel8
env RUST_GDB=$(GDB) rust-gdb -x gdb-connect kernel8
gdbdash: kernel8.img
env RUST_GDB=$(GDB) rust-gdb -x ~/.gdbinit_dashboard kernel8

2
gdb-connect Normal file
View File

@ -0,0 +1,2 @@
target remote :3333