Name: | devtoolset-7-strace |
---|---|
Version: | 4.17 |
Release: | 3.el6 |
Architecture: | x86_64 |
Group: | Development/Debuggers |
Size: | 2260438 |
License: | BSD |
RPM: | devtoolset-7-strace-4.17-3.el6.x86_64.rpm |
Source RPM: | devtoolset-7-strace-4.17-3.el6.src.rpm |
Build Date: | Sat Dec 02 2017 |
Build Host: | x86-ol6-builder-05.us.oracle.com |
Vendor: | Oracle America |
URL: | http://sourceforge.net/projects/strace/ |
Summary: | Tracks and displays system calls associated with a running process |
Description: | The strace program intercepts and records the system calls called and received by a running process. Strace can print a record of each system call, its arguments and its return value. Strace is useful for diagnosing problems and debugging, as well as for instructional purposes. Install strace if you need a tool to track the system calls made and received by a process. |
- Handle PTRACE_CONT (#1276132)
- update sources and .gitignore
- Rebase to 4.17 (#1464229) - Skip tests not supported on our builders - Update patches for 4.17
- Merge upstream patches for vhangup and chown - Skip some tests on older kernels (RHEL 6) - Remove -m64 that rpm macros adds - Duplicate vhangup/chown patch for -m32 also.
- Disable testing on s390x and ppc64 until we can determine root causes of their failures.
- Rebase to fc24's 4.12
- Add --re-interval to caps tests also
- Rebase to fc23's 4.10
- Import from RHEL 7 and build