summaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-19 08:04:32 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-19 08:04:32 +0000
commit2cac9c333fae5a5c944e2cd05544d17ba3db1251 (patch)
tree2d60a8596d81c46d76d869420735955909616567 /src/helper/startup.tcl
parent310300261b4450d6a8c5f51f4ef6c0479b6b7abe (diff)
downloadopenocd_libswd-2cac9c333fae5a5c944e2cd05544d17ba3db1251.tar.gz
openocd_libswd-2cac9c333fae5a5c944e2cd05544d17ba3db1251.tar.bz2
openocd_libswd-2cac9c333fae5a5c944e2cd05544d17ba3db1251.tar.xz
openocd_libswd-2cac9c333fae5a5c944e2cd05544d17ba3db1251.zip
daemon_startup is now retired in favour of adding "init" and "reset halt/init/run" to the end of the config file/openocd command line.
git-svn-id: svn://svn.berlios.de/openocd/trunk@835 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/startup.tcl')
-rw-r--r--src/helper/startup.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl
index fc5f9e1a..6e5f577d 100644
--- a/src/helper/startup.tcl
+++ b/src/helper/startup.tcl
@@ -156,6 +156,10 @@ proc script {filename} {
source [find $filename]
}
+#proc daemon_reset {} {
+# puts "Daemon reset is obsolete. Use -c init -c \"reset halt\" at end of openocd command line instead");
+#}
+
add_help_text script "<filename> - filename of OpenOCD script (tcl) to run"
add_help_text target_script "<target#> <event=reset/pre_reset/post_halt/pre_resume/gdb_program_config> <script_file>"