aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-05-10 22:36:23 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-05-21 16:20:07 +0000
commit1dd462a6d613a48d518e925738b680b124055e61 (patch)
treefc7148509bcfbd3b335d8ff952115966ba770cae /doc
parent25b855d2d2eaa68787799c97b654167ddec04f85 (diff)
target: enable TARGET_EVENT_EXAMINE_* events
Change-Id: I33efc0994b7bfe0faa2f4e8457fcc3c8e43d3571 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/635 Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Tested-by: jenkins Reviewed-by: Bill Traynor <wmat@alphatroop.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 8d0ce620..91c50f1a 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -4227,12 +4227,10 @@ The following target events are defined:
@* The target has resumed (i.e.: gdb said run)
@item @b{early-halted}
@* Occurs early in the halt process
-@ignore
-@item @b{examine-end}
-@* Currently not used (goal: when JTAG examine completes)
@item @b{examine-start}
-@* Currently not used (goal: when JTAG examine starts)
-@end ignore
+@* Before target examine is called.
+@item @b{examine-end}
+@* After target examine is called with no errors.
@item @b{gdb-attach}
@* When GDB connects. This is before any communication with the target, so this
can be used to set up the target so it is possible to probe flash. Probing flash
@@ -4318,7 +4316,6 @@ when reset disables PLLs needed to use a fast clock.
@* Target has resumed
@end itemize
-
@node Flash Commands
@chapter Flash Commands