This is an automated email from Gerrit. "Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6723
-- gerrit commit 65cdcd5d184126749656579f6bcdfaa44e908830 Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Thu Nov 18 11:45:15 2021 +0100 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.anto...@gmail.com> Fixes: 4e79b48e2c7e ("Add new target type: OpenRISC") diff --git a/doc/openocd.texi b/doc/openocd.texi index 5c0a1abf5..6ace83e56 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -10125,14 +10125,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 --