From a034fd8e1920dae9792893763f9777ae9314b8d0 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 15 Mar 2002 17:05:10 +0000 Subject: document break and step. --- usr.bin/pmdb/pmdb.1 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'usr.bin/pmdb/pmdb.1') 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 .\" 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 -- cgit v1.2.3