summaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/startup.tcl')
-rw-r--r--src/helper/startup.tcl8
1 files changed, 6 insertions, 2 deletions
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> - 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