summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-12-16 11:52:33 +0000
committerkib <kib@FreeBSD.org>2011-12-16 11:52:33 +0000
commitb646d3f6998d3f539bcda6f94be4926461780cf7 (patch)
tree0760b8cd21ed6f0517467d3009a31e848fc2b479 /share/man
parent02726a0b7125ed1de732abb3b4a16c11c1f262dc (diff)
downloadFreeBSD-src-b646d3f6998d3f539bcda6f94be4926461780cf7.zip
FreeBSD-src-b646d3f6998d3f539bcda6f94be4926461780cf7.tar.gz
Document 'findstack'.
MFC after: 1 week
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ddb.412
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index b9a8c82..c174b51 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -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.
OpenPOWER on IntegriCloud