Removed halt event when attaching to target
This commit is contained in:
parent
57103fc3c5
commit
663a9b8c09
|
@ -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