Bug 61859

Summary: ddb(4): Incorrect informaiton about trace command ddb
Product: Documentation Reporter: Jun Su <junsu>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jun Su 2004-01-25 02:30:10 UTC
	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.
Comment 1 csujun 2004-01-26 05:12:17 UTC
The parameter can be pid or frame address.

Thanks,

Jun Su
Comment 2 ru freebsd_committer freebsd_triage 2006-10-30 12:53:00 UTC
State Changed
From-To: open->closed

Fixed in 7.0-CURRENT.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-30 12:55:38 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"