| Name: | gcc-toolset-11-strace | 
|---|---|
| Version: | 5.13 | 
| Release: | 7.el8 | 
| Architecture: | x86_64 | 
| Group: | Development/Debuggers | 
| Size: | 3215652 | 
| License: | LGPL-2.1+ and GPL-2.0+ | 
| RPM: | gcc-toolset-11-strace-5.13-7.el8.x86_64.rpm | 
| Source RPM: | gcc-toolset-11-strace-5.13-7.el8.src.rpm | 
| Build Date: | Fri Apr 01 2022 | 
| Build Host: | build-ol8-x86_64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://strace.io | 
| 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.  | 
- Update tests-m32 and tests-mx32 with --secontext=mismatch option support changes (#2046265).
- Add --secontext=mismatch option support (#2038992).
- Fix incorrect ifname printing buffer size (#2028163).
- Work around unknown msgctl/semctl/shmctl cmd check issue in tests-m32 and tests-mx32 as well (#1997082).
- Address some issues reported by covscan (#1995509).
- Rebase to v5.13.
- Rebase to v5.12; drop upstream patches on top of 5.7 (#1958326).
- Add PID namespace translation support (#1790836).
- Rebase to v5.7; drop upstream patches on top of 5.1 (#1817210).
- Fix expected alignment for IPC tests (#1794490): 4377e3a1 "tests: fix expected output for some ipc tests", and a75c7c4b "tests: fix -a argument in ipc_msgbuf-Xraw test".