Re: linking error under ubuntu 12

2016-07-15 Thread Dmitry V. Levin
On Fri, Jul 15, 2016 at 10:43:02AM +0800, Daniel Graczer wrote: > 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 The only supported way of enabling -k option is configure --with-libunwind. If you are editi

Re: [PATCH v2] Add -m flag to list system calls of a class.

2016-07-15 Thread Dmitry V. Levin
On Fri, Jul 15, 2016 at 08:48:53AM +0200, Amin Khorsandi wrote: > 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 +++