| Summary: | ddb(4): Incorrect informaiton about trace command ddb | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Jun Su <junsu> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
The parameter can be pid or frame address. Thanks, Jun Su State Changed From-To: open->closed Fixed in 7.0-CURRENT. 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"
|
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.