From eadd49bef0960e015de084a41571c32e2ffbff41 Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 8 Oct 2008 05:05:57 +0000 Subject: Signed-off-by: Frederik Kriewitz libdcc bugfixes + trace point function git-svn-id: svn://svn.berlios.de/openocd/trunk@1028 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- contrib/libdcc/README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'contrib/libdcc/README') 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 -- cgit v1.2.3