Re: [Ltrace-devel] Welcome + argument question.

2013-10-23 Thread Adam Malinowski
Hi. I needed a tool to trace system calls blocked by seccomp filter of given process. It turned out that neither strace nor ltrace has such functionality. Ltrace seemed to be simpler to modify :) So I've added cooperation with seccomp to ltrace and enhanced summary a little. If you are

Re: [Ltrace-devel] [PATCH] remove useless unw_get_reg of stack pointer

2013-10-23 Thread Petr Machata
Applied. Thanks, PM ___ Ltrace-devel mailing list Ltrace-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Re: [Ltrace-devel] Welcome + argument question.

2013-10-23 Thread Petr Machata
Adam Malinowski a.malinow...@partner.samsung.com writes: Seccomp is kernel tool which can filter system calls and perform OK, thanks for that. So what i did with ltrace? I added new setting to ptrace which enables seccomp events, also I added seccomp events handling and added I imagine