./x11/xtruss, Easy-to-use X protocol tracing program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q3, Version: 10030, Package name: xtruss-10030, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 5d7fa08b12dee127ac63004bd8a0eca381de52e5
RMD160: 5e3df288bf95dc6dc3b148cf433e87af98d8cb5c
Filesize: 213.035 KB

Version history: (Expand)