]> git.sur5r.net Git - openocd/commitdiff
doc: add a cross-reference to GDB threading commands
authorPaul Fertser <fercerpav@gmail.com>
Wed, 20 Jul 2016 18:24:31 +0000 (21:24 +0300)
committerPaul Fertser <fercerpav@gmail.com>
Sun, 25 Dec 2016 10:28:23 +0000 (10:28 +0000)
Change-Id: If4766ba0053fc94cd47495e442fcf288241af218
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/3557
Tested-by: jenkins
doc/openocd.texi

index 440aa04ad87f6d5b5035a3b9e4791bcdfbf92730..93632d4b428099ac2e997d3e546996e8db2f35da 100644 (file)
@@ -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: