diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-03-15 17:05:10 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-03-15 17:05:10 +0000 |
commit | a034fd8e1920dae9792893763f9777ae9314b8d0 (patch) | |
tree | 4b7d3c1a22882d9d0ad8cf05961e1c27522c07c5 /usr.bin | |
parent | dbc97f08f18346220e1a6ecd0b86d353f09cad4c (diff) |
document break and step.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pmdb/pmdb.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/pmdb/pmdb.1 b/usr.bin/pmdb/pmdb.1 index d1d54f1e574..fe92c027495 100644 --- a/usr.bin/pmdb/pmdb.1 +++ b/usr.bin/pmdb/pmdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pmdb.1,v 1.2 2002/03/15 16:41:06 jason Exp $ +.\" $OpenBSD: pmdb.1,v 1.3 2002/03/15 17:05:09 art Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -93,6 +93,16 @@ Sets the signal state for the specified signal to either ignore it and pass it to the process or to stop the process. .It sigstate Shows which signals are currently ignored. +.It break Ar symname|addr +Sets a breakpoint at the symbol +.Ar symname +or the numerical address +.Ar addr . +.It step +Resumes execution just like +.Ic continue , +but stops it again as soon as possible after executing at least +one instruction. .It help Shows a short help. .It quit |