svn commit: r308410 - stable/11/share/man/man4
Konstantin Belousov
kib at FreeBSD.org
Mon Nov 7 11:16:25 UTC 2016
Author: kib
Date: Mon Nov 7 11:16:23 2016
New Revision: 308410
URL: https://svnweb.freebsd.org/changeset/base/308410
Log:
MFC r302797 (by markj):
Document DDB's "alltrace" and "show all trace" commands.
Modified:
stable/11/share/man/man4/ddb.4
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man4/ddb.4
==============================================================================
--- stable/11/share/man/man4/ddb.4 Mon Nov 7 11:15:40 2016 (r308409)
+++ stable/11/share/man/man4/ddb.4 Mon Nov 7 11:16:23 2016 (r308410)
@@ -60,7 +60,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 6, 2016
+.Dd July 13, 2016
.Dt DDB 4
.Os
.Sh NAME
@@ -535,6 +535,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