gdb: Added .gdbinit file.

Added gdbinit file for gdb-scripts (openocd). The script makes sure
to defined the "connect" rule that connects to a target once gdb is
started and a openocd server is running.
This commit is contained in:
dnordahl83 2021-12-01 16:03:23 +01:00
parent 7fc94b8375
commit 3d86e973a1
1 changed files with 3 additions and 0 deletions

3
.gdbinit Normal file
View File

@ -0,0 +1,3 @@
define connect
target extended localhost:3333
end