Browse Source

add .gdbinit as Debug/dot.gdbinit

very useful for JTAG debugging
sbg
Andrew Tridgell 12 years ago committed by Lorenz Meier
parent
commit
91e54aa5be
  1. 13
      Debug/dot.gdbinit

13
Debug/dot.gdbinit

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
# copy the file to .gdbinit in your Firmware tree, and adjust the path
# below to match your system
# For example:
# target extended /dev/serial/by-id/usb-Black_Sphere_Technologies_Black_Magic_Probe_DDE5A1C4-if00
# target extended /dev/ttyACM4
monitor swdp_scan
attach 1
monitor vector_catch disable hard
set mem inaccessible-by-default off
set print pretty
source Debug/PX4
Loading…
Cancel
Save