svn commit: r229255 - stable/9/share/man/man4
Konstantin Belousov
kib at FreeBSD.org
Mon Jan 2 00:02:51 UTC 2012
Author: kib
Date: Mon Jan 2 00:02:50 2012
New Revision: 229255
URL: http://svn.freebsd.org/changeset/base/229255
Log:
MFC r228570:
Document 'findstack'.
Modified:
stable/9/share/man/man4/ddb.4
Directory Properties:
stable/9/share/man/man4/ (props changed)
Modified: stable/9/share/man/man4/ddb.4
==============================================================================
--- stable/9/share/man/man4/ddb.4 Mon Jan 2 00:01:09 2012 (r229254)
+++ stable/9/share/man/man4/ddb.4 Mon Jan 2 00:02:50 2012 (r229255)
@@ -60,7 +60,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 5, 2010
+.Dd December 16, 2011
.Dt DDB 4
.Os
.Sh NAME
@@ -523,6 +523,16 @@ The optional
argument limits the search.
.\"
.Pp
+.It Xo
+.Ic findstack
+.Ar addr
+.Xc
+Prints the thread address for a thread kernel-mode stack of which contains the
+specified address.
+If the thread is not found, search the thread stack cache and prints the
+cached stack address.
+Otherwise, prints nothing.
+.Pp
.It Ic show Cm all procs Ns Op Li / Ns Cm m
.It Ic ps Ns Op Li / Ns Cm m
Display all process information.
More information about the svn-src-stable-9
mailing list