Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Document new hp700 'frame' command.



details:   https://anonhg.NetBSD.org/src/rev/a4b0c180c935
branches:  trunk
changeset: 752644:a4b0c180c935
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Mar 02 20:49:20 2010 +0000

description:
Document new hp700 'frame' command.

diffstat:

 share/man/man4/ddb.4 |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r f5a6fb04ed7e -r a4b0c180c935 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Tue Mar 02 20:49:18 2010 +0000
+++ b/share/man/man4/ddb.4      Tue Mar 02 20:49:20 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.136 2010/02/25 17:15:55 wiz Exp $
+.\"    $NetBSD: ddb.4,v 1.137 2010/03/02 20:49:20 skrll Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\" any improvements or extensions that they make and grant Carnegie Mellon
 .\" the rights to redistribute these changes.
 .\"
-.Dd January 31, 2010
+.Dd March 2, 2010
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -933,6 +933,14 @@
 .It Ic frame
 Given a trap frame address, print out the trap frame.
 .El
+.Ss HP700
+.Bl -tag -width "traptrace" -compact
+.It Ic frame
+Without an address the default trap frame is printed.
+Otherwise, the trap frame address can be given, or, when the
+.Dq l
+modifier is used, an LWP address.
+.El
 .Ss MIPS
 .Bl -tag -width "traptrace" -compact
 .It Ic cp0



Home | Main Index | Thread Index | Old Index