blob: 4e96257bd52ca0e8cf40ba812e1a46b91eaed11f [file] [log] [blame]
source [find board/st_nucleo_l476rg.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
}