Don't halt whenever GDB attaches

This commit is contained in:
Palmer Dabbelt 2018-05-30 00:05:27 -07:00
parent 3ce353cafa
commit e373719ac1
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ proc init_target_events {} {
foreach t $targets {
set_default_target_event $t gdb-flash-erase-start "reset init"
set_default_target_event $t gdb-flash-write-end "reset halt"
set_default_target_event $t gdb-attach "halt"
}
}