Проект ltrace-0.7.91-28.el8
content_copy
Имя
ltrace
Эпоха
0
Версия
0.7.91
Релиз
28.el8
Сайт
http://ltrace.alioth.debian.org/
Лицензия
GPLv2+
Время сборки
2023-08-08 10:15:51
Хост сборки
builder-x86-01.inferitos.ru
Краткое описание
Tracks runtime library calls from dynamically linked executables
Репозитории
AppStream
Полное описание
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.
Эррата
—
×
Пакет
Краткое описание
Контрольная сумма SHA-256
x86_64
ltrace-0.7.91-28.el8.x86_64
content_copy
Tracks runtime library calls from dynamically linked executables
24179144533489bf1d17d20fc92298d0635055f1e30245be6eec3b6533f18e65
download
src
ltrace-0.7.91-28.el8.src
content_copy
Tracks runtime library calls from dynamically linked executables
58c69fd4d5b9acd7a708925bf954433a504e845f0a4bc5536c141d60faf68ee4
download
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.7.91-28
- Rebuilt for MSVSphere 8.8
* Tue Nov 05 2019 DJ Delorie <dj@redhat.com> - 0.7.91-28
- Support Intel CET PLTs (#1655368)
* Fri Jul 06 2018 DJ Delorie <dj@redhat.com> - 0.7.91-27
- Fix aarch64 long parameters (via $r8) support.
- Make system_call_params test compare more exactly.
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.91-26
- Escape macros in %changelog
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 17 2017 Jeff Law <law@redhat.com.org> - 0.7.91-22
- Fix FTBFS due to invalid code in ARM support (#1423913).
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Jul 20 2016 DJ Delorie <dj@redhat.com> - 0.7.91-20
- Fix FTBFS due to new gcc 6 warnings, deprecated readdir_r, and bogus chunk in unwind-elf patch.