677bb2de74d2fab64b6f49d58620c8e8a4a11d46
[fw/openocd] / src / server / startup.tcl
1 # Handle GDB 'R' packet. Can be overriden by configuration script,
2 # but it's not something one would expect target scripts to do
3 # normally
4 proc ocd_gdb_restart {target_id} {
5         # Fix!!! we're resetting all targets here! Really we should reset only
6         # one target
7         reset halt
8 }