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
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
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