summaryrefslogtreecommitdiff
path: root/contrib/libdcc/README
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-08 05:05:57 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-08 05:05:57 +0000
commiteadd49bef0960e015de084a41571c32e2ffbff41 (patch)
tree1f1298eeed49a67f56d5cf4d161657f5d79bbe38 /contrib/libdcc/README
parent9d4f9dbd0b75805efc2d3f18afe02bb164a86f0e (diff)
downloadopenocd+libswd-eadd49bef0960e015de084a41571c32e2ffbff41.tar.gz
openocd+libswd-eadd49bef0960e015de084a41571c32e2ffbff41.tar.bz2
openocd+libswd-eadd49bef0960e015de084a41571c32e2ffbff41.tar.xz
openocd+libswd-eadd49bef0960e015de084a41571c32e2ffbff41.zip
Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu> libdcc bugfixes + trace point function
git-svn-id: svn://svn.berlios.de/openocd/trunk@1028 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'contrib/libdcc/README')
-rw-r--r--contrib/libdcc/README13
1 files changed, 9 insertions, 4 deletions
diff --git a/contrib/libdcc/README b/contrib/libdcc/README
index 9e623070..d67ccce3 100644
--- a/contrib/libdcc/README
+++ b/contrib/libdcc/README
@@ -3,11 +3,16 @@ This code is an example of using the openocd debug message system.
Before the message output is seen in the debug window, the functionality
will need enabling:
-** GDB **
-From the gdb prompt: monitor target_request debugmsgs enable
+From the gdb prompt:
+monitor target_request debugmsgs enable
+monitor trace point 1
-** Telnet **
-From the Telnet prompt: target_request debugmsgs enable
+From the Telnet prompt:
+target_request debugmsgs enable
+trace point 1
+
+To see how many times the trace point was hit:
+(monitor) trace point 1
Spen
spen@spen-soft.co.uk