Re: Advanced and improved absolute paths decoding

2014-03-06 Thread eQuiNoX
On Thu, Mar 6, 2014 at 8:01 PM, Philippe Ombredanne wrote: > On Tue, Mar 4, 2014 at 1:59 PM, Zubin Mithra wrote: >> Hey Philippe, >> >>> Just curious, why would you use call_one? and arg1,arg2 v.s using lists? >> >> I was just wondering if information related to the call sequence might >> be use

improved SI_TIMER decoding

2014-03-06 Thread enh
Decode siginfo_t more clearly for si_code SI_TIMER. The 'pid' is actually a POSIX timer id, and the 'uid' is actually the overrun. Also factor out the si_value dumping so it's the same for every si_code. Signed-off-by: Elliott Hughes diff --git a/signal.c b/signal.c index ce8ec0a..69fea37 10064

Re: [PATCH] Add (incomplete) decoder for Video4Linux ioctls

2014-03-06 Thread William Manley
On 04/03/14 17:41, William Manley wrote: > + case VIDIOC_TRY_FMT: > + case VIDIOC_S_FMT: > + { > + /* TODO: work out how strace deals with inout arguments > and > +implement */ > + return 0; > +

Re: porting strace to Bionic libc

2014-03-06 Thread Philippe Ombredanne
> On Sun, Mar 2, 2014 at 4:26 AM, Philippe Ombredanne > wrote: >> On Fri, Feb 28, 2014 at 2:53 AM, enh wrote: >>> and this fixes decoding of fstat64 and friends for an arm32 binary >>> traced by an arm64 strace... >> >> Elliott: >> Beyond this do you think that there would be enough meat to have

Re: Better tracing of network calls [was Re: GSOC candidature draft for urgent feedback]

2014-03-06 Thread Philippe Ombredanne
On Mon, Mar 3, 2014 at 10:15 PM, enh wrote: > On Sun, Mar 2, 2014 at 3:39 AM, Philippe Ombredanne > wrote: >> On Tue, Feb 25, 2014 at 8:49 PM, enh wrote: [...] >> On the pipes side, I am a bit more puzzled as what more could be done >> >> pipe(2) has nothing we could decode afaik? >> >> Are

Re: Advanced and improved absolute paths decoding

2014-03-06 Thread Philippe Ombredanne
On Tue, Mar 4, 2014 at 1:59 PM, Zubin Mithra wrote: > Hey Philippe, > >> Just curious, why would you use call_one? and arg1,arg2 v.s using lists? > > I was just wondering if information related to the call sequence might > be useful. In quite a few languages, JSON data directly maps to > dictiona