Re: semop()/semtimedop() sembuf argument printing in strace

2009-10-08 Thread Jakub Bogusz
On Thu, Oct 08, 2009 at 03:07:33AM +0400, Dmitry V. Levin wrote: > Hi, > > On Wed, Oct 07, 2009 at 10:25:10PM +0200, Jakub Bogusz wrote: > [...] > > OK, updated patch attached. > > There are two issues remained which should be addressed. > > First, redundancy

Re: semop()/semtimedop() sembuf argument printing in strace

2009-10-07 Thread Jakub Bogusz
On Mon, Oct 05, 2009 at 07:39:40PM +0400, Dmitry V. Levin wrote: > Hi, > > On Wed, Sep 30, 2009 at 05:59:07PM +0200, Jakub Bogusz wrote: > > > > the attached patch adds pretty printing of sembuf argument and flags to > > semop() and semtimedop() syscalls. > >

semop()/semtimedop() sembuf argument printing in strace

2009-09-30 Thread Jakub Bogusz
Hello, the attached patch adds pretty printing of sembuf argument and flags to semop() and semtimedop() syscalls. Regards, -- Jakub Boguszhttp://qboosh.pl/ --- strace-4.5.18/ipc.c.orig2007-01-15 21:25:52.0 +0100 +++ strace-4.5.18/ipc.c 2009-09-30 17:48:38.080610937 +0200