rusefi/firmware/scripts/linux/dot.gdbinit

11 lines
320 B
Plaintext
Raw Normal View History

2024-09-23 02:29:00 -07:00
# copy this file to firmware directory and rename to '.gdbinit' to make gdb automaticly connect to OpenOCD and upload firmware on start
# see gdb.sh
target extended-remote localhost:3333
file build/rusefi.elf
load
set breakpoint auto-hw on
set remote hardware-breakpoint-limit 8
set remote hardware-watchpoint-limit 4