Re: [GSOC 2014][JSON] refactor the output code to support JSON format

2014-06-05 Thread yangmin zhu
On Wed, Jun 4, 2014 at 4:26 AM, Philippe Ombredanne wrote: > On Tue, Jun 3, 2014 at 5:43 PM, yangmin zhu wrote: >> I'm not sure whether should I send my patches directly to this mailing >> list or just put these patch in my github >> and we discuss here? >> >> you can always find my latest commit

Re: [GSOC 2014][JSON] stacktrace in JSON format

2014-06-05 Thread yangmin zhu
Hi, Yamato On Wed, Jun 4, 2014 at 11:19 AM, Masatake YAMATO wrote: > Hi, YangMin > > I have not read the thread about your work, JSON format because I > have concentrated on unwind(stacktrace) patch. (The patch is finally > merge into the master tree!) > > Will your work conver the output of stac

[PATCH] Print absolute paths in printpathn when -yy is used

2014-06-05 Thread zubin . mithra
From: Zubin Mithra * defs.h (show_fd_path): Change type to unsigned int. (get_tracee_cwd, print_abspath): New prototypes. * strace.c (show_fd_path): Update usage to count y flag. * util.c (get_tracee_cwd): New function. (printpathn): Update to use get_tracee_cwd and print absolute path. Signed