View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Ltrace

From LQWiki

Jump to: navigation, search

A program that simply runs the specified command until it exits. It intercepts and records the dynamic library calls which are called by the executed process and the signals which are received by that process. It can also intercept and print the system calls executed by the program.

Its use is very similar to strace(1)

man page


Personal tools