Name: | devtoolset-9-ltrace |
---|---|
Version: | 0.7.91 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Development/Debuggers |
Size: | 317114 |
License: | GPLv2+ |
RPM: | devtoolset-9-ltrace-0.7.91-2.el7.aarch64.rpm |
Source RPM: | devtoolset-9-ltrace-0.7.91-2.el7.src.rpm |
Build Date: | Thu Jun 04 2020 |
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. |
- Avoid passing NULL as argument to %s in printf call
- Reset to -1 for devtoolset-9 (#1736671)
- Fix "Too many return value classes" assert (#1678260)
- Fix aarch64 long parameters (via $r8) support. (#1568994) - Reset to -1 for devtoolset-8
- Reset to -1 for devtoolset-7 (#1464227)
- Remove mentions of (and one attempt to patch) backup files in ltrace-0.7.91-unwind-elfutils.patch (#1427140)
- Move README et al install to spec file, so that paths are more consistent.
Jeff Law <law@redhat.com> - Pull in fc24 patches - Remove local patch #204 - Sync BuildRequires and %build with Fedora to fix aarch64 problem - Add missing #includes to some aarch64 code
- Bump to 14 for build
- Pull in fc23 patches