Re: utrace status

2008-08-12 Thread Wenji Huang
Roland McGrath wrote: I've finished the updates I've been talking about. Please take a fresh look at the 'make htmldocs' book. I updated crash-suspend.c for the changes. Took the whole look at the new utrace patch, also performed some tests. It works fine and looks really good. Just

utrace status

2008-08-07 Thread Roland McGrath
I've finished the updates I've been talking about. Please take a fresh look at the 'make htmldocs' book. I updated crash-suspend.c for the changes. This utrace should appear in a Fedora rawhide kernel some day soon. Thanks, Roland

utrace status update

2008-07-14 Thread Roland McGrath
Hi folks! Here's today's status of the utrace work. The current trees fork from v2.6.26, which came out over the weekend. Note there are 2.6.26/ directories of patches and GIT branches, but those are not yet to be used. For the moment, the upstream tip is still 2.6.26 and so the tip utrace

Re: utrace status

2008-07-08 Thread Ananth N Mavinakayanahalli
Roland, Here is a minor fix for powerpc syscalls.h. --- From: Ananth N Mavinakayanahalli [EMAIL PROTECTED] Remove return 0 from static inline void syscall_set_arguments() in powerpc/syscalls.h --- include/asm-powerpc/syscall.h |1 - 1 file changed, 1 deletion(-) Index:

Re: utrace status

2008-07-08 Thread Ananth N Mavinakayanahalli
On Wed, Jul 02, 2008 at 08:02:36PM -0700, Roland McGrath wrote: The status of the ptrace cooperation code looks OK but it is not very well tested. I've really only tested on x86-64 lately. It passed most of the ptrace-tests, but I haven't done anything big like gdb. A simple update to