From 16d80bf74168cf8d02a9539bb6b53678e68a66ee Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 2 Jan 2012 00:02:50 +0000 Subject: [PATCH] MFC r228570: Document 'findstack'. git-svn-id: svn://svn.freebsd.org/base/stable/9@229255 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man4/ddb.4 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index b9a8c82bb..c174b51ba 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. -- 2.45.2