blob: 130ca3ea44d8dc56f9a5778bb9f36728a4227a16 [file] [log] [blame]
source [find board/stm32f7discovery.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
}