Source: truss Section: utils Priority: optional Maintainer: Igor Pashev Build-Depends: debhelper (>= 9), libc-db1-dev, libnvpair-dev, libproc1-dev, librtld-db1-dev, libtsol-dev, Standards-Version: 3.9.5 Homepage: http://osdyson.org Vcs-Git: http://cgit.osdyson.org/illumos/truss.git Vcs-Browser: http://cgit.osdyson.org/illumos/truss.git Package: truss Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: trace system calls and signals The truss utility executes the specified command and produces a trace of the system calls it performs, the signals it receives, and the machine faults it incurs. Each line of the trace output reports either the fault or signal name or the system call name with its arguments and return value(s). System call arguments are displayed symbolically when possible using defines from relevant system headers.