Ltrace
Encyclopedia
ltrace is a debugging utility in Linux
Linux
Linux is a Unix-like computer operating system assembled under the model of free and open source software development and distribution. The defining component of any Linux system is the Linux kernel, an operating system kernel first released October 5, 1991 by Linus Torvalds...

 to monitor the library calls used by a program and all the signals it receives. It can also show system calls, used by a program.

See also

  • strace
    Strace
    strace is a debugging utility for Linux and some other Unix-like systems to monitor the system calls used by a program and all the signals it receives, similar to "truss" utility in other Unix systems...

     - system call tracer for linux
  • ktrace
    Ktrace
    ktrace is a utility included with certain versions of BSD Unix and Mac OS X that traces kernel interaction with a program and dumps it to disk for debugging and analysis...

     - system call tracer for *BSD
  • truss
    Truss (Unix)
    truss is a system tool available on some Unix-like operating systems. When invoked with an additional executable command-line argument, truss makes it possible to print out the system calls made by and the signals received by this executable command-line argument...

     - classic system call tracer
  • dtrace
    DTrace
    DTrace is a comprehensive dynamic tracing framework created by Sun Microsystems for troubleshooting kernel and application problems on production systems in real time...

     - Solaris / OS X / BSD kernel tracing tool.
  • SystemTap
    SystemTap
    In computing, SystemTap is the primary scripting language and tool for dynamically instrumenting running production Linux operating systems...

     - Linux kernel tracing tool.
  • latrace - dynamic library call tracer using a LD_AUDIT libc feature

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK