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