aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeniy Naydanov <evgeniy.naydanov@syntacore.com>2023-08-17 19:03:03 +0300
committerEvgeniy Naydanov <evgeniy.naydanov@syntacore.com>2023-09-07 13:39:50 +0300
commitc286f938f44afa4acd65f8353f6fac9e4dee0026 (patch)
treec3b5c86a65fa16d139b60492558e6adbc205807a /doc
parent928f2b374afe1735e947072ebac66d620d29de3d (diff)
downloadriscv-openocd-c286f938f44afa4acd65f8353f6fac9e4dee0026.zip
riscv-openocd-c286f938f44afa4acd65f8353f6fac9e4dee0026.tar.gz
riscv-openocd-c286f938f44afa4acd65f8353f6fac9e4dee0026.tar.bz2
target/riscv: cleanup riscv_enumerate_triggers()
1. Propagate error codes. 2. Disable leftover triggers in case `tinfo` is supported. Change-Id: Ie20edb4d8b9245e13ac8757bf6afe549ac99c4f1 Signed-off-by: Evgeniy Naydanov <evgeniy.naydanov@syntacore.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 0fe5a6f..5d22707 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -10734,7 +10734,9 @@ address, or to sample a changing value in a memory-mapped device.
@end deffn
@deffn {Command} {riscv info}
-Displays some information OpenOCD detected about the target.
+Displays some information OpenOCD detected about the target. Output's format
+allows to use it directly with TCL's `array set` function. In case obtaining an
+info point failed, the corresponding value is displayed as "unavailable".
@end deffn
@deffn {Command} {riscv reset_delays} [wait]