gdb: enable target description support by default
[openocd.git] / contrib / libdcc / README
blobd67ccce3f1cfe699b02b3db4179232867f2d00f4
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