svn commit: r303056 - stable/10/share/man/man4

Mark Johnston markj at FreeBSD.org
Wed Jul 20 00:51:11 UTC 2016


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


More information about the svn-src-stable mailing list