diff options
Diffstat (limited to 'usr/src/man/man1/kmdb.1')
| -rw-r--r-- | usr/src/man/man1/kmdb.1 | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/usr/src/man/man1/kmdb.1 b/usr/src/man/man1/kmdb.1 index db004bb384..c688045b59 100644 --- a/usr/src/man/man1/kmdb.1 +++ b/usr/src/man/man1/kmdb.1 @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH kmdb 1 "3 May 2007" "SunOS 5.11" "User Commands" +.TH KMDB 1 "May 3, 2007" .SH NAME kmdb \- in situ kernel debugger .SH SYNOPSIS @@ -53,12 +53,10 @@ functionality implemented by \fBkmdb\fR, see the \fBmdb\fR(1) man page and the .SS "Loading and Unloading" .sp .ne 2 -.mk .na \fBBoot-time Loading\fR .ad .RS 21n -.rt When requested, the kernel runtime linker (\fBkrtld\fR) loads \fBkmdb\fR prior to the transfer of control to the kernel. If the \fB-d\fR flag is used, the debugger gains control of the system prior to the execution of the initial @@ -80,12 +78,10 @@ are available. .sp .ne 2 -.mk .na \fBRun-time Loading\fR .ad .RS 21n -.rt \fBkmdb\fR can also be loaded after the system has booted, using the \fB-K\fR flag to \fBmdb\fR(1). When loaded in this fashion, it will immediately gain control of the system. Run-time-loaded \fBkmdb\fR can be unloaded using the @@ -95,12 +91,10 @@ flag to the \fB::quit dcmd\fR. .sp .ne 2 -.mk .na \fBTerminal types\fR .ad .RS 21n -.rt When loaded, \fBkmdb\fR attempts to determine the proper terminal type in use on the system console. If the system being debugged has an attached keyboard and local display that are both used for the system console, \fBkmdb\fR uses @@ -207,7 +201,6 @@ This section lists dcmds that are unique to \fBkmdb\fR or those with behavior that differs in \fBkmdb\fR as compared to \fBmdb\fR(1). .sp .ne 2 -.mk .na \fB\fB[\fR\fIaddress\fR]\fB::bp [+/-dDestT]\fR [\fB-c\fR \fIcmd\fR] [\fB-n\fR \fIcount\fR] \fIsym\fR ...\fR @@ -241,7 +234,6 @@ meta-characters, it must be quoted. .sp .ne 2 -.mk .na \fB\fB::branches\fR [\fB-v\fR]\fR .ad @@ -261,7 +253,6 @@ displayed. .sp .ne 2 -.mk .na \fB[\fIfunction\fR] \fB::call\fR [\fIarg\fR [\fIarg\fR ...]]\fR .ad @@ -282,7 +273,6 @@ affected. .sp .ne 2 -.mk .na \fB[\fIaddr\fR] \fB::cpuregs\fR [\fB-c\fR \fIcpuid\fR]\fR .ad @@ -294,7 +284,6 @@ format used by \fB::regs\fR. .sp .ne 2 -.mk .na \fB[\fIaddr\fR] \fB::cpustack\fR [\fB-c\fR \fIcpuid\fR]\fR .ad @@ -306,7 +295,6 @@ the point at which the specified CPU entered or was stopped by the debugger. .sp .ne 2 -.mk .na \fB\fIaddr\fR[,\fIlen\fR] \fB::in\fR [\fB-L\fR \fIlen\fR]\fR .ad @@ -324,7 +312,6 @@ the same alignment as the length. .sp .ne 2 -.mk .na \fB\fIaddr\fR[,\fIlen\fR] \fB::out\fR [\fB-L\fR \fIlen\fR] \fIvalue\fR\fR .ad @@ -342,7 +329,6 @@ the same alignment as the length. .sp .ne 2 -.mk .na \fB\fB::quit\fR [\fB-u\fR]\fR .ad @@ -362,7 +348,6 @@ requests permission to reboot the machine. .sp .ne 2 -.mk .na \fB\fB::step [over|out|branch]\fR\fR .ad @@ -385,7 +370,6 @@ debugger, a message to that effect is printed and the step will fail. .sp .ne 2 -.mk .na \fB\fBcpuid::switch\fR\fR .ad @@ -403,7 +387,6 @@ representative CPU. .sp .ne 2 -.mk .na \fB\fB::term\fR\fR .ad @@ -414,7 +397,6 @@ Display the current terminal type. .sp .ne 2 -.mk .na \fB\fIaddr\fR\fB[,\fR\fIlen\fR]\fB::wp [+/-dDestT]\fR [\fB-rwx\fR] [\fB-pi\fR] [\fB-n\fR \fIcount\fR] [\fB-c\fR \fIcmd\fR]\fR @@ -463,13 +445,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityEvolving +Interface Stability Evolving .TE .SH SEE ALSO |
