blob: 3a3c943e16872ba5dbc9f2c5d0635e3819ae96bd [file] [log] [blame]
source [find board/sifive-hifive1.cfg]
$_TARGETNAME configure -event gdb-attach {
reset halt
gdb_breakpoint_override hard
}
$_TARGETNAME configure -event gdb-detach {
resume
shutdown
}