# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| ltrace: ltrace (Tracks runtime library calls in dynamically linked programs) ltrace: ltrace: ltrace is a debugging program which runs a specified command until it ltrace: exits. While the command is executing, ltrace intercepts and records ltrace: the dynamic library calls which are called by the executed process ltrace: and the signals received by that process. It can also intercept and ltrace: print the system calls executed by the program. ltrace: The program to be traced need not be recompiled to use ltrace, so you ltrace: can use it on binaries for which you don't have the source handy. ltrace: ltrace: This package depends on unsupported-extra/packages/libelf-*.tgz