target/target: Fix 'wp' command usage
While at it, fix the 'wp' command documentation. Change-Id: I70f3110e8ce286051f8f810260f1857b2285e634 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8022 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
committed by
Antonio Borneo
parent
73d62f3f0c
commit
119a533862
@@ -9374,7 +9374,7 @@ Remove the breakpoint at @var{address} or all breakpoints.
|
||||
Remove data watchpoint on @var{address} or all watchpoints.
|
||||
@end deffn
|
||||
|
||||
@deffn {Command} {wp} [address len [(@option{r}|@option{w}|@option{a}) [value [mask]]]]
|
||||
@deffn {Command} {wp} [address length [(@option{r}|@option{w}|@option{a}) [value [mask]]]]
|
||||
With no parameters, lists all active watchpoints.
|
||||
Else sets a data watchpoint on data from @var{address} for @var{length} bytes.
|
||||
The watch point is an "access" watchpoint unless
|
||||
|
||||
Reference in New Issue
Block a user