On Thu, Jun 12, 2014 at 03:35:10PM +0530, [email protected] wrote:
> From: Zubin Mithra
>
> * defs.h (show_fd_path): Change type to unsigned int.
> * strace.c (show_fd_path): Update usage to count y flag.
> * util.c (print_tracee_cwd): New function.
> (printpathn): Update to use print_tracee
On Wed, Apr 16, 2014 at 03:33:09PM +0900, Masatake YAMATO wrote:
> When a file mmap'ed to the target process is unlink'ed, backtracing
> the stack is failed. Current implementation reports it as
> "backtracing_error". To reduce bug reports, this patch
> changes the message to "expected_backtracing_
On Thu, Jun 12, 2014 at 03:44:53AM +0900, Masatake YAMATO wrote:
> For making caches for process memory mapping, /proc/$pid/maps files
> are scanned. When scanning an entry which file name is started from
> `[' was ignore as fake files. As the result a system call using
> [vdso] causes `unexpected_
From: Zubin Mithra
* defs.h (show_fd_path): Change type to unsigned int.
* strace.c (show_fd_path): Update usage to count y flag.
* util.c (print_tracee_cwd): New function.
(printpathn): Update to use print_tracee_cwd and print
absolute path.
Signed-off-by: Zubin Mithra
---
defs.h | 2 +-