summaryrefslogtreecommitdiffstats
path: root/development/ltrace/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/ltrace/README')
-rw-r--r--development/ltrace/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/ltrace/README b/development/ltrace/README
new file mode 100644
index 0000000000..f6465f381c
--- /dev/null
+++ b/development/ltrace/README
@@ -0,0 +1,5 @@
+ltrace (library call trace utility)
+
+ltrace intercepts and records dynamic library calls which are called
+by an executed process and the signals received by that process. It can
+also intercept and print the system calls executed by the program.