From junsu@m-net.arbornet.org  Sat Jan 24 18:27:39 2004
Return-Path: <junsu@m-net.arbornet.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 84D4816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2004 18:27:39 -0800 (PST)
Received: from arbornet.org (m-net.arbornet.org [209.142.209.161])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 75A4243D5C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2004 18:27:37 -0800 (PST)
	(envelope-from junsu@m-net.arbornet.org)
Received: from m-net.arbornet.org (localhost [127.0.0.1])
	by arbornet.org (8.12.3p2/8.11.2) with ESMTP id i0P2VABJ031678
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2004 21:31:10 -0500 (EST)
	(envelope-from junsu@m-net.arbornet.org)
Received: (from junsu@localhost)
	by m-net.arbornet.org (8.12.3p2/8.12.3/Submit) id i0P2VAoU031677;
	Sat, 24 Jan 2004 21:31:10 -0500 (EST)
Message-Id: <200401250231.i0P2VAoU031677@m-net.arbornet.org>
Date: Sat, 24 Jan 2004 21:31:10 -0500 (EST)
From: Jun Su <junsu@m-net.arbornet.org>
Reply-To: Jun Su <junsu@m-net.arbornet.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Incorrect informaiton about trace command ddb
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61859
>Category:       docs
>Synopsis:       ddb(4): Incorrect informaiton about trace command ddb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 24 18:30:10 PST 2004
>Closed-Date:    Mon Oct 30 12:55:27 GMT 2006
>Last-Modified:  Mon Oct 30 13:00:32 GMT 2006
>Originator:     Jun Su
>Release:        FreeBSD 5.2 -Current
>Organization:
NONE
>Environment:
System: FreeBSD m-net.arbornet.org 4.6.2-RELEASE-p26 FreeBSD 4.6.2-RELEASE-p26 #7: Sun Oct 5 00:39:40 EDT 2003 styles@m-net.arbornet.org:/source/stable/src/sys/compile/MNET i386


	
>Description:
	In the man DDB(4)
	     trace[/u] [frame] [,count]
     Stack trace.  The u option traces user space; if omitted, trace only
     traces kernel space.  count is the number of frames to be traced.  If
     count is omitted, all frames are printed.

     Warning: User space stack trace is valid only if the machine dependent
     code supports it.

	Actually, the first parameter for trace is pid. When pid is givven, the stack for the process will be printed out.

>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:

From: "Jun Su" <csujun@263.net>
To: <freebsd-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: docs/61859: Incorrect informaiton about trace command ddb
Date: Mon, 26 Jan 2004 13:12:17 +0800

 The parameter can be pid or frame address.
 
 Thanks,
 
 Jun Su
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Mon Oct 30 12:53:00 UTC 2006 
State-Changed-Why:  
Fixed in 7.0-CURRENT. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61859 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/61859: commit references a PR
Date: Mon, 30 Oct 2006 12:55:38 +0000 (UTC)

 ru          2006-10-30 12:55:06 UTC
 
   FreeBSD src repository
 
   Modified files:
     share/man/man4       ddb.4 
   Log:
   The first (optional) argument of the "trace" command is either the
   process or thread ID.
   
   PR:             docs/61859
   
   Revision  Changes    Path
   1.41      +5 -5      src/share/man/man4/ddb.4
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
