Name: | devtoolset-10-ltrace |
---|---|
Version: | 0.7.91 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 382850 |
License: | GPLv2+ |
RPM: | devtoolset-10-ltrace-0.7.91-1.el7.aarch64.rpm |
Source RPM: | devtoolset-10-ltrace-0.7.91-1.el7.src.rpm |
Build Date: | Mon Mar 29 2021 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://ltrace.alioth.debian.org/ |
Summary: | Tracks runtime library calls from dynamically linked executables |
Description: | Ltrace is a debugging program which runs a specified command until the command exits. While the command is executing, ltrace intercepts and records both the dynamic library calls called by the executed process and the signals received by the executed process. Ltrace can also intercept and print system calls executed by the process. You should install ltrace if you need a sysadmin tool for tracking the execution of processes. |