diff options
author | B. Watson <yalhcru@gmail.com> | 2014-12-21 09:44:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-21 09:44:11 +0700 |
commit | 3279ab2b7019f7a6fef52acab4fc6fffcc73e3fe (patch) | |
tree | 1c9414fa4a18181c647ac220731abfd8d5451c55 /development/ltrace/README | |
parent | 62b476dae607d3537201615b9f3f370fd8447384 (diff) | |
download | slackbuilds-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/README | 5 |
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. |