diff options
author | Tim Newsome <tim@sifive.com> | 2023-12-05 14:35:35 -0800 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2023-12-05 14:35:35 -0800 |
commit | 64f5ec040830619e1b5015c4c8bebe6503e8437b (patch) | |
tree | 06ce4c9942f23f35528fbd84d892de9d06868832 /doc/openocd.texi | |
parent | db645af8da78bd1c40022479da77e17e279bdbdb (diff) | |
parent | eba5d211937d1ebcb3669810ff63ad1083600b67 (diff) | |
download | riscv-openocd-64f5ec040830619e1b5015c4c8bebe6503e8437b.zip riscv-openocd-64f5ec040830619e1b5015c4c8bebe6503e8437b.tar.gz riscv-openocd-64f5ec040830619e1b5015c4c8bebe6503e8437b.tar.bz2 |
Merge commit 'eba5d211937d1ebcb3669810ff63ad1083600b67' into from_upstream
Conflicts:
src/target/breakpoints.c
Change-Id: I62b67651956ba3e1dba791ad129e0853517cd7ba
Diffstat (limited to 'doc/openocd.texi')
-rw-r--r-- | doc/openocd.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 7a88087..aaf0fb5 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -9387,8 +9387,8 @@ for similar mechanisms that do not consume hardware breakpoints.) Remove the breakpoint at @var{address} or all breakpoints. @end deffn -@deffn {Command} {rwp} address -Remove data watchpoint on @var{address} +@deffn {Command} {rwp} @option{all} | address +Remove data watchpoint on @var{address} or all watchpoints. @end deffn @deffn {Command} {wp} [address len [(@option{r}|@option{w}|@option{a}) [value [mask]]]] @@ -12709,7 +12709,7 @@ Return information about the flash banks @item @b{capture} <@var{command}> Run <@var{command}> and return full log output that was produced during -its execution. Example: +its execution together with the command output. Example: @example > capture "reset init" |