summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-28 06:08:05 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-28 06:08:05 +0000
commite2b6de3d66bae70cb08fea17f5b66ee875dbb636 (patch)
tree394a2ae5c893c3a430de7bf229747541dbd85226 /doc
parent9244c600b0922b33b6d2a699a8ce6e948c715d9e (diff)
downloadopenocd_libswd-e2b6de3d66bae70cb08fea17f5b66ee875dbb636.tar.gz
openocd_libswd-e2b6de3d66bae70cb08fea17f5b66ee875dbb636.tar.bz2
openocd_libswd-e2b6de3d66bae70cb08fea17f5b66ee875dbb636.tar.xz
openocd_libswd-e2b6de3d66bae70cb08fea17f5b66ee875dbb636.zip
retired reset run_and_init/halt
git-svn-id: svn://svn.berlios.de/openocd/trunk@877 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi16
1 files changed, 1 insertions, 15 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 8f9ca93e..04605f09 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -540,11 +540,6 @@ Event is one of the following:
@option{pre_resume} or @option{gdb_program_config}.
@option{post_reset} and @option{reset} will produce the same results.
-@item @b{run_and_halt_time} <@var{target#}> <@var{time_in_ms}>
-@cindex run_and_halt_time
-The amount of time the debugger should wait after releasing reset before it asserts
-a debug request. This is used by the @option{run_and_halt} and @option{run_and_init}
-reset modes.
@item @b{working_area} <@var{target#}> <@var{address}> <@var{size}>
<@var{backup}|@var{nobackup}>
@cindex working_area
@@ -795,8 +790,7 @@ OpenOCD will wait 5 seconds for the target to resume.
@cindex step
Single-step the target at its current code position, or at an optional address.
-@item @b{reset} [@option{run}|@option{halt}|@option{init}|@option{run_and_halt}
-|@option{run_and_init}]
+@item @b{reset} [@option{run}|@option{halt}|@option{init}]
@cindex reset
Perform a hard-reset. The optional parameter specifies what should happen after the reset.
@@ -812,15 +806,7 @@ Immediately halt the target (works only with certain configurations).
@cindex reset init
Immediately halt the target, and execute the reset script (works only with certain
configurations)
-@item @b{run_and_halt}
-@cindex reset run_and_halt
-Let the target run for a certain amount of time, then request a halt.
-@item @b{run_and_init}
-@cindex reset run_and_init
-Let the target run for a certain amount of time, then request a halt. Execute the
-reset script once the target enters debug mode.
@end itemize
-The runtime can be set using the @option{run_and_halt_time} command.
@end itemize
@subsection Memory access commands