target: Do not use LOG_USER() for error messages
[openocd.git] / contrib / libdcc / README
blob1135b247e107c562ad483df6c2de687a62e54a5a
1 This code is an example of using the openocd debug message system.
3 Before the message output is seen in the debug window, the functionality
4 will need enabling:
6 From the gdb prompt:
7 monitor target_request debugmsgs enable
8 monitor trace point 1
10 From the Telnet prompt:
11 target_request debugmsgs enable
12 trace point 1
14 To see how many times the trace point was hit:
15 (monitor) trace point 1
17 Spen
18 spen@spen-soft.co.uk