commit | e3a7ef5a2a3ac31bfa0d3f9ce65981e51700073e | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Mar 28 19:24:54 2010 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Apr 07 10:19:26 2010 +0000 |
tree | 3fa4478cd9e137f4db80af040775dc01cb7a3187 | |
parent | c94a774a3bf40cee1ef6babc3f0615ec956f6a65 [diff] |
Implement -C option to combine regular and -c output * defs.h (cflag_t): New enum. * strace.1: Document -C option. * strace.c (cflag): Update type. (main): Handle -C option. (trace): Update use of cflag. * count.c (count_syscall): Move clearing of TCB_INSYSCALL to ... * syscall.c (trace_syscall): ... here. Update use of cflag. Based on patch by Adrien Kunysz.