Re: [PATCH] Fix strace -T

2011-09-09 Thread Jon TURNEY
On 08/09/2011 20:09, Christopher Faylor wrote: On Thu, Sep 08, 2011 at 07:37:29PM +0100, Jon TURNEY wrote: strace -T to toggle stracing of a process doesn't seem to work at the moment. Attached is a patch to make it work again. 2011-09-08 Jon TURNEYjon.tur...@dronecode.org.uk *

[PATCH] Fix strace -T

2011-09-08 Thread Jon TURNEY
strace -T to toggle stracing of a process doesn't seem to work at the moment. Attached is a patch to make it work again. 2011-09-08 Jon TURNEY jon.tur...@dronecode.org.uk * include/sys/strace.h (strace): Add toggle() method * strace.cc (toggle): Implement toggle() method

Re: [PATCH] Fix strace -T

2011-09-08 Thread Christopher Faylor
On Thu, Sep 08, 2011 at 07:37:29PM +0100, Jon TURNEY wrote: strace -T to toggle stracing of a process doesn't seem to work at the moment. Attached is a patch to make it work again. 2011-09-08 Jon TURNEY jon.tur...@dronecode.org.uk * include/sys/strace.h (strace): Add toggle() method