Home | History | Annotate | Download | only in strace

Lines Matching refs:strace

2 Name: strace
7 URL: http://sourceforge.net/projects/strace/
8 Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
16 The strace program intercepts and records the system calls called and
17 received by a running process. Strace can print a record of each
18 system call, its arguments and its return value. Strace is useful for
22 Install strace if you need a tool to track the system calls made and
31 The strace program intercepts and records the system calls called and
32 received by a running process. Strace can print a record of each
33 system call, its arguments and its return value. Strace is useful for
37 Install strace if you need a tool to track the system calls made and
41 The `strace' program in the `strace' package is for 32-bit processes.
56 rm -f %{buildroot}%{_bindir}/strace-graph
66 %{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
78 %{_bindir}/strace
79 %{_bindir}/strace-log-merge
93 + fixed handling of files with 64-bit inode numbers by 32-bit strace (#912790);
123 + exit/kill strace with traced process exitcode/signal (#105371);
351 - fix strace -f (Roland McGrath, #68994)
454 - strace 3.1 patches carried along for now.