On Tue, Jul 12, 2016 at 03:30:37PM +0200, Amin Khorsandiaghai wrote:
> ---
> strace.1 | 5 +
> strace.c | 6 +-
> syscall.c | 21 +
> 3 files changed, 31 insertions(+), 1 deletion(-)
>
> diff --git a/strace.1 b/strace.1
> index b7dddc0..5f5c1cc 100644
> --- a/strac
hi, I am trying to compile strace under Ubuntu 12, and it succeeds
initially. However if I define the USE_LIBINWIND macro in config.h.in( I
want to use the -k option for stack trace) the linking fails. I tried to
manually link against the libunwind library, but that library doesn't have
the functio
On Thu, Jul 14, 2016 at 7:43 PM, Dmitry V. Levin wrote:
> On Tue, Jul 12, 2016 at 03:30:37PM +0200, Amin Khorsandiaghai wrote:
> > ---
> > strace.1 | 5 +
> > strace.c | 6 +-
> > syscall.c | 21 +
> > 3 files changed, 31 insertions(+), 1 deletion(-)
> >
> > diff