Any programmer accustomed to writing programs on Linux or System V-type Unixes will have encountered the program variously known as strace or truss, which monitors another program and produces a detailed log of every system call the program makes - in other words, all the program's interactions with the OS kernel. This is often an invaluable debugging tool, and almost as good an educational one. When it's a GUI program (or rather, the GUI-related behaviour of a program) that you want to understand or debug, though, the level of interaction with the OS kernel is rarely the most useful one. More helpfully, one would like to log all the program's interactions with the X server in the same way. This package provides xtruss, an X protocol loggers. It has a command-line syntax similar to strace in its default mode, you just prefix "xtruss" to the same command line you would have run anyway and its output format is also more like strace, putting requests and responses on the same line of output where reasonably possible.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | xtruss-10030.tgz |
NetBSD 10.0 | aarch64 | xtruss-10030.tgz |
NetBSD 10.0 | aarch64eb | xtruss-10030.tgz |
NetBSD 10.0 | aarch64eb | xtruss-10030.tgz |
NetBSD 10.0 | alpha | xtruss-10030.tgz |
NetBSD 10.0 | alpha | xtruss-10030.tgz |
NetBSD 10.0 | earmv6hf | xtruss-10030.tgz |
NetBSD 10.0 | earmv6hf | xtruss-10030.tgz |
NetBSD 10.0 | earmv6hf | xtruss-10030.tgz |
NetBSD 10.0 | earmv7hf | xtruss-10030.tgz |
NetBSD 10.0 | earmv7hf | xtruss-10030.tgz |
NetBSD 10.0 | earmv7hf | xtruss-10030.tgz |
NetBSD 10.0 | i386 | xtruss-10030.tgz |
NetBSD 10.0 | i386 | xtruss-10030.tgz |
NetBSD 10.0 | powerpc | xtruss-10030.tgz |
NetBSD 10.0 | powerpc | xtruss-10030.tgz |
NetBSD 10.0 | powerpc | xtruss-10030.tgz |
NetBSD 10.0 | sh3el | xtruss-10030.tgz |
NetBSD 10.0 | sh3el | xtruss-10030.tgz |
NetBSD 10.0 | sparc64 | xtruss-10030.tgz |
NetBSD 10.0 | sparc64 | xtruss-10030.tgz |
NetBSD 10.0 | sparc | xtruss-10030.tgz |
NetBSD 10.0 | sparc | xtruss-10030.tgz |
NetBSD 10.0 | vax | xtruss-10030.tgz |
NetBSD 10.0 | vax | xtruss-10030.tgz |
NetBSD 10.0 | vax | xtruss-10030.tgz |
NetBSD 10.0 | x86_64 | xtruss-10030.tgz |
NetBSD 10.0 | x86_64 | xtruss-10030.tgz |
NetBSD 9.0 | aarch64 | xtruss-10030.tgz |
NetBSD 9.0 | aarch64 | xtruss-10030.tgz |
NetBSD 9.0 | alpha | xtruss-10030.tgz |
NetBSD 9.0 | alpha | xtruss-10030.tgz |
NetBSD 9.0 | earmv4 | xtruss-10030.tgz |
NetBSD 9.0 | earmv6hf | xtruss-10030.tgz |
NetBSD 9.0 | earmv6hf | xtruss-10030.tgz |
NetBSD 9.0 | earmv6hf | xtruss-10030.tgz |
NetBSD 9.0 | earmv7hf | xtruss-10030.tgz |
NetBSD 9.0 | earmv7hf | xtruss-10030.tgz |
NetBSD 9.0 | earmv7hf | xtruss-10030.tgz |
NetBSD 9.0 | i386 | xtruss-10030.tgz |
NetBSD 9.0 | i386 | xtruss-10030.tgz |
NetBSD 9.0 | m68k | xtruss-10030.tgz |
NetBSD 9.0 | powerpc | xtruss-10030.tgz |
NetBSD 9.0 | powerpc | xtruss-10030.tgz |
NetBSD 9.0 | powerpc | xtruss-10030.tgz |
NetBSD 9.0 | sparc64 | xtruss-10030.tgz |
NetBSD 9.0 | x86_64 | xtruss-10030.tgz |
NetBSD 9.0 | x86_64 | xtruss-10030.tgz |
NetBSD 9.3 | x86_64 | xtruss-10030.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.