This commits adds ability to request for unknown generic netlink families after the initial xlat initialisation. It also changes socketutils-level interface so it returns string and not xlat. * defs.h (genl_families_xlat): Remove. (genl_get_family_name): New declaration. * netlink.c (decode_nlmsg_type_generic): Use genl_get_family_name instead of genl_families_xlat. * socketutils.c (genl_query_families): Rename from genl_send_dump_families, add "id" parameter, perform dump if id == -1, request specific ID otherwise. (genl_get_family_name): Rename from genl_families_xlat, add "id" parameter, return const char *; request specific genetlink family name if it is not found in the already initialised xlat.
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.
Please take a look at the guide for new contributors if you want to get involved in strace development.
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.strace.io. The mailing list archives are available at https://lists.strace.io/pipermail/strace-devel/ and other archival sites.
The GIT repository of strace is available at GitHub and GitLab.
The latest binary strace packages are available in many repositories, including OBS, Fedora rawhide, and Sisyphus.