Sun Jun 6 03:26:57 2010 UTC ()
note that sun2 has the same ddb mach commands as sun3/sun3x.  part of PR#38310


(mrg)
diff -r1.137 -r1.138 src/share/man/man4/ddb.4

cvs diff -r1.137 -r1.138 src/share/man/man4/ddb.4 (expand / switch to unified diff)

--- src/share/man/man4/ddb.4 2010/03/02 20:49:20 1.137
+++ src/share/man/man4/ddb.4 2010/06/06 03:26:57 1.138
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: ddb.4,v 1.137 2010/03/02 20:49:20 skrll Exp $ 1.\" $NetBSD: ddb.4,v 1.138 2010/06/06 03:26:57 mrg Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Luke Mewburn 7.\" by Luke Mewburn
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -1098,27 +1098,27 @@ for trap on read access (default: trap o @@ -1098,27 +1098,27 @@ for trap on read access (default: trap o
1098.Dq b 1098.Dq b
1099for 8 bit width, 1099for 8 bit width,
1100.Dq h 1100.Dq h
1101for 16 bit, 1101for 16 bit,
1102.Dq l 1102.Dq l
1103for 32 bit or 1103for 32 bit or
1104.Dq L 1104.Dq L
1105for 64 bit. 1105for 64 bit.
1106.It Ic window 1106.It Ic window
1107Print register window information. 1107Print register window information.
1108Argument is a stack frame number (0 is 1108Argument is a stack frame number (0 is
1109top of stack, which is used when no index is given). 1109top of stack, which is used when no index is given).
1110.El 1110.El
1111.Ss SUN3 and SUN3X 1111.Ss SUN2, SUN3 and SUN3X
1112.Bl -tag -width "traptrace" -compact 1112.Bl -tag -width "traptrace" -compact
1113.It Ic abort 1113.It Ic abort
1114Drop into monitor via abort (allows continue). 1114Drop into monitor via abort (allows continue).
1115.It Ic halt 1115.It Ic halt
1116Exit to Sun PROM monitor as in 1116Exit to Sun PROM monitor as in
1117.Xr halt 8 . 1117.Xr halt 8 .
1118.It Ic reboot 1118.It Ic reboot
1119Reboot the machine as in 1119Reboot the machine as in
1120.Xr reboot 8 . 1120.Xr reboot 8 .
1121.It Ic pgmap 1121.It Ic pgmap
1122Given an address, print the address, segment map, page map, and 1122Given an address, print the address, segment map, page map, and
1123Page Table Entry (PTE). 1123Page Table Entry (PTE).
1124.El 1124.El