Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2016 00:51:09 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r303056 - stable/10/share/man/man4
Message-ID:  <201607200051.u6K0p9Pc050965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Wed Jul 20 00:51:09 2016
New Revision: 303056
URL: https://svnweb.freebsd.org/changeset/base/303056

Log:
  MFC r302797:
  Document DDB's "alltrace" and "show all trace" commands.

Modified:
  stable/10/share/man/man4/ddb.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/ddb.4
==============================================================================
--- stable/10/share/man/man4/ddb.4	Wed Jul 20 00:43:26 2016	(r303055)
+++ stable/10/share/man/man4/ddb.4	Wed Jul 20 00:51:09 2016	(r303056)
@@ -60,7 +60,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 5, 2015
+.Dd July 13, 2016
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -547,6 +547,11 @@ modifier will alter the display to show 
 addresses for the process and not show other information.
 .\"
 .Pp
+.It Ic show Cm all trace
+.It Ic alltrace
+.Xc
+Show a stack trace for every thread in the system.
+.Pp
 .It Ic show Cm all ttys
 Show all TTY's within the system.
 Output is similar to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607200051.u6K0p9Pc050965>