Browse Source

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
tags/v0.10.0-rc1
Paul Fertser 7 years ago
parent
commit
46aed121b9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      doc/openocd.texi

+ 5
- 1
doc/openocd.texi View 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:



Loading…
Cancel
Save