ardupilot/Tools/debug/gdb-openocd-esp32.init

11 lines
266 B
Plaintext

# copy this file to .gdbinit in your Firmware tree
# this sets up gdb to use openocd. You must start openocd first
target extended-remote :3333
set print pretty
set remote hardware-watchpoint-limit 2
mon reset halt
maintenance flush register-cache
set confirm off