diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2021-11-18 11:45:15 +0100 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2021-11-23 11:07:03 +0000 |
commit | 55159ea2e523989a8edcc930a4f01192131bb9d4 (patch) | |
tree | 10a8c58166321f64c255814365318c58eb799e7e /doc | |
parent | 563a5f5d7837ebfa9421885f56380d34e11822c4 (diff) | |
download | riscv-openocd-55159ea2e523989a8edcc930a4f01192131bb9d4.zip riscv-openocd-55159ea2e523989a8edcc930a4f01192131bb9d4.tar.gz riscv-openocd-55159ea2e523989a8edcc930a4f01192131bb9d4.tar.bz2 |
doc: remove non-existing command readgroup
The documentation included it in commit 4e79b48e2c7e ("Add new
target type: OpenRISC"), but the command was never added.
Remove it!
Change-Id: Ice5fa1ee4086b5f5ceb942c3ce68bc9bbd75d19b
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: 4e79b48e2c7e ("Add new target type: OpenRISC")
Reviewed-on: https://review.openocd.org/c/openocd/+/6723
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 33e1c0d..9ff2e2e 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -10139,14 +10139,6 @@ included in the generated target descriptor file. addreg rtest 0x1234 org.gnu.gdb.or1k.group0 system @end example - -@end deffn -@deffn {Command} {readgroup} (@option{group}) -Display all registers in @emph{group}. - -@emph{group} can be "system", - "dmmu", "immu", "dcache", "icache", "mac", "debug", "perf", "power", "pic", - "timer" or any new group created with addreg command. @end deffn @section RISC-V Architecture |