summaryrefslogtreecommitdiffstats
path: root/development/ltrace/README
diff options
context:
space:
mode:
author B. Watson2014-12-21 03:44:11 +0100
committer Willy Sudiarto Raharjo2014-12-21 03:44:11 +0100
commit3279ab2b7019f7a6fef52acab4fc6fffcc73e3fe (patch)
tree1c9414fa4a18181c647ac220731abfd8d5451c55 /development/ltrace/README
parent62b476dae607d3537201615b9f3f370fd8447384 (diff)
downloadslackbuilds-3279ab2b7019f7a6fef52acab4fc6fffcc73e3fe.tar.gz
development/ltrace: Added (library call trace utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.