Bug 31285

Summary: truss should be able to also trace children
Product: Base System Reporter: quinot <quinot>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description quinot 2001-10-15 14:00:00 UTC
	It would be nice if truss(1) had the possibility to trace all
	descendants of the traced process (like Linux's strace -f or
	Solaris' truss -f).

Fix: 

One possible solution is to tell me to put my code where my mouth
	is, but that will take some time, unfortunately...
Comment 1 dwmalone freebsd_committer freebsd_triage 2001-10-15 14:08:51 UTC
State Changed
From-To: open->closed

There are patches for a -f option for truss in: 

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

which Matthew Dodd said he would take a look at. Maybe you could 
test these patches and then prod Matthew ;-)