From d0f32d0ed5045aa45578d19c5419cf5b323e4891 Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 21 Jul 2008 18:24:43 +0000 Subject: restart is a per-target action git-svn-id: svn://svn.berlios.de/openocd/trunk@853 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/startup.tcl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/helper/startup.tcl') diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index acc4d318..a7697758 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -153,7 +153,11 @@ add_help_text script " - filename of OpenOCD script (tcl) to run" -# Handle GDB 'R' packet. Can be overriden by configuration script -proc gdb_restart {} { +# 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_num} { + # Fix!!! we're resetting all targets here! Really we should reset only + # one target reset halt } \ No newline at end of file -- cgit v1.2.3