blob: 1c964a0e6438453abeb538ad65607ca371a116fb [file] [log] [blame]
source [find board/stm32f769i-disco.cfg]
$_TARGETNAME configure -event gdb-attach {
echo "Debugger attaching: halting execution"
reset halt
gdb_breakpoint_override hard
}
$_TARGETNAME configure -event gdb-detach {
echo "Debugger detaching: resuming execution"
resume
}