Don't halt whenever GDB attaches
This commit is contained in:
parent
3ce353cafa
commit
e373719ac1
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue