blob: fb22d864b67774d47488b78cfa30398546354f87 [file] [log] [blame]
source [find board/st_nucleo_h743zi.cfg]
$_CHIPNAME.cpu0 configure -event gdb-attach {
echo "Debugger attaching: halting execution"
reset halt
gdb_breakpoint_override hard
}
$_CHIPNAME.cpu0 configure -event gdb-detach {
echo "Debugger detaching: resuming execution"
resume
}