Date: Mon, 7 Nov 2016 11:16:24 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r308410 - stable/11/share/man/man4 Message-ID: <201611071116.uA7BGOUx095104@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611071116.uA7BGOUx095104>