Re: truss -f

2000-11-21 Thread Sergey Babkin
Roman Shterenzon wrote: > > Hi, > > Once, someone told me that he had a patch for truss that allows it to > follow children, just like in Solaris (or strace -f in linux). > Does anyone have it? Why don't you use the native ktrace/kdump commands instead ? "ktrace -d" does follow the children. I

truss -f

2000-11-20 Thread Roman Shterenzon
Hi, Once, someone told me that he had a patch for truss that allows it to follow children, just like in Solaris (or strace -f in linux). Does anyone have it? --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsub

Re: truss -f, updated patch

2000-05-21 Thread Dan Nelson
In the last episode (May 21), Christian Weisgerber said: > Arun Sharma <[EMAIL PROTECTED]> wrote: > > > http://sharmas.dhs.org/~adsharma/projects/freebsd/truss-diff.gz > > Those gratuitous whitespace and formatting changes are a pain... > > Related question: > Currently, truss does very little

Re: truss -f, updated patch

2000-05-21 Thread Christian Weisgerber
Arun Sharma <[EMAIL PROTECTED]> wrote: > http://sharmas.dhs.org/~adsharma/projects/freebsd/truss-diff.gz Those gratuitous whitespace and formatting changes are a pain... Related question: Currently, truss does very little parsing of syscall arguments. That table in syscalls.c looks anemic. Is t

truss -f, updated patch

2000-05-21 Thread Arun Sharma
an be compiled in a directory other than /usr/src. -Arun $ truss -f -o foo sh -c ls $ cat foo 62898: getpid() = 62898 (0xf5b2) 62898: geteuid()= 500 (0x1f4) 62898: readlink("/etc/malloc.conf",0xbfbff79c,63) = errno 2 'No such file or directory' 62898: