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 sparc64 usage.



details:   https://anonhg.NetBSD.org/src/rev/6ab40a89b22e
branches:  trunk
changeset: 499652:6ab40a89b22e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 26 00:44:16 2000 +0000

description:
document sparc64 usage.

diffstat:

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

diffs (90 lines):

diff -r 881250b5c857 -r 6ab40a89b22e share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Sat Nov 25 23:55:34 2000 +0000
+++ b/share/man/man4/ddb.4      Sun Nov 26 00:44:16 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.48 2000/06/07 13:24:11 jhawk Exp $
+.\"    $NetBSD: ddb.4,v 1.49 2000/11/26 00:44:16 mrg Exp $
 .\"
 .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,7 +63,7 @@
 .\" any improvements or extensions that they make and grant Carnegie Mellon
 .\" the rights to redistribute these changes.
 .\"
-.Dd October 28, 1999
+.Dd November 26, 2000
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -823,6 +823,71 @@
 .It Ic prom
 Exit to the Sun PROM monitor.
 .El
+.Ss SPARC64
+.Bl -tag -width "intrchain" -compact
+.It Ic buf
+Print buffer information.
+.It Ic ctx
+Print process context information.
+.It Ic dtlb
+Print data translation look-aside buffer context information.
+.It Ic dtsb
+Display data translation storage buffer information.
+.It Ic kmap
+Display information about the listed mapping in the kernel pmap.  Use the
+.Dq f
+modifier to get a full listing.
+.It Ic pcb
+Display information about the
+.Dq struct pcb 
+listed.
+.It Ic pctx
+Attempt to change process context.
+.It Ic page
+Display the pointer to the
+.Dq struct vm_page
+for this physical address.
+.It Ic phys
+Display physical memory.
+.It Ic pmap
+Display the pmap.  Use the
+.Dq f
+modifier to get a fuller listing.
+.It Ic proc
+Display some information about the process pointed to, or curproc.
+.It Ic prom
+Enter the OFW prom.
+.It Ic pv
+Display the
+.Dq struct pv_entry
+pointed to.
+.It Ic stack
+Dump the window stack.  Use the
+.Dq u
+modifier to get userland information.
+.It Ic tf
+Display full trap frame state.  This is most useful for inclusion with
+bug reports.
+.It Ic ts
+Display trap state.
+.It Ic traptrace
+Display or set trap trace information.  Use the
+.Dq r
+and
+.Dq f
+modifiers to get reversed and full information, respectively.
+.It Ic uvmdump
+Dumps the UVM histories.
+.It Ic watch
+Set or clear a physical or virtual hardware watchpoint.  Pass the address
+to be watched, or
+.Dq 0
+to clear the watchpoint.  Append
+.Dq p
+to the watch point to use the physical watchpoing registers.
+.It Ic window
+Print register window information about given address.
+.El
 .Ss SUN3 and SUN3X
 .Bl -tag -width "intrchain" -compact
 .It Ic abort



Home | Main Index | Thread Index | Old Index