diff options
author | Paul Fertser <fercerpav@gmail.com> | 2016-07-20 21:24:31 +0300 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2016-12-25 10:28:23 +0000 |
commit | 46aed121b90701a11e62f2affa194861f6e32b0a (patch) | |
tree | fcb67428c283fa911b3f8e2b01380d280897a0ee | |
parent | 6f34e64b09b2a61156e837b3077dae619c60f2ea (diff) |
doc: add a cross-reference to GDB threading commands
Change-Id: If4766ba0053fc94cd47495e442fcf288241af218
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/3557
Tested-by: jenkins
-rw-r--r-- | doc/openocd.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 440aa04a..93632d4b 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8871,7 +8871,11 @@ end @anchor{gdbrtossupport} OpenOCD includes RTOS support, this will however need enabling as it defaults to disabled. -It can be enabled by passing @option{-rtos} arg to the target @xref{rtostype,,RTOS Type}. +It can be enabled by passing @option{-rtos} arg to the target. @xref{rtostype,,RTOS Type}. + +@xref{Threads, Debugging Programs with Multiple Threads, +Debugging Programs with Multiple Threads, gdb, GDB manual}, for details about relevant +GDB commands. @* An example setup is below: |