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
This commit is contained in:
oharboe
2008-07-19 08:04:32 +00:00
parent 310300261b
commit 2cac9c333f
3 changed files with 4 additions and 27 deletions

View File

@@ -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>"