* v4l2.c: Include "xlat/v4l2_vbi_flags.h" and "xlat/v4l2_sliced_flags.h". (struct_v4l2_clip): New typedef. Mpersify it. (print_v4l2_clip): New function. (print_v4l2_format_fmt): Use it. Add struct tcb argument. Implement decoding of the remaining V4L2_BUF_TYPE_* types. * xlat/v4l2_vbi_flags.in: Add V4L2_VBI_UNSYNC and V4L2_VBI_INTERLACED introduced by linux kernel commit v2.5.46~39^2~23^2~4. Add V4L2_VBI_ITU_525_F1_START, V4L2_VBI_ITU_525_F2_START, V4L2_VBI_ITU_625_F1_START, and V4L2_VBI_ITU_625_F2_START introduced by linux kernel commit v3.17-rc1~112^2~217. * xlat/v4l2_sliced_flags.in: Add V4L2_SLICED_TELETEXT_B, V4L2_SLICED_VPS, V4L2_SLICED_CAPTION_525, V4L2_SLICED_WSS_625, V4L2_SLICED_VBI_525, and V4L2_SLICED_VBI_625 introduced by linux kernel commit v2.6.14-rc2~64. * configure.ac (AC_CHECK_DECLS): Add V4L2_BUF_TYPE_SDR_CAPTURE and V4L2_BUF_TYPE_SDR_OUTPUT. (AC_CHECK_MEMBERS): Add struct v4l2_window.global_alpha and struct v4l2_sdr_format.buffersize. * NEWS: Mention this change. Signed-off-by: Edgar Kaziahmedov <edos@linux.com>
strace - the linux syscall tracer
This is strace -- a diagnostic, debugging and instructional userspace utility with a traditional command-line interface for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please read the file INSTALL-git for installation instructions.
The user discussion and development of strace take place on the strace mailing list -- everyone is welcome to post bug reports, feature requests, comments and patches to strace-devel@lists.sourceforge.net. The mailing list archives are available at https://sourceforge.net/p/strace/mailman/strace-devel/ and other archival sites.