Lines Matching refs:strace
2 Name: strace
7 URL: http://sourceforge.net/projects/strace/
14 The strace program intercepts and records the system calls called and
15 received by a running process. Strace can print a record of each
16 system call, its arguments and its return value. Strace is useful for
20 Install strace if you need a tool to track the system calls made and
29 The strace program intercepts and records the system calls called and
30 received by a running process. Strace can print a record of each
31 system call, its arguments and its return value. Strace is useful for
35 Install strace if you need a tool to track the system calls made and
39 The `strace' program in the `strace' package is for 32-bit processes.
56 rm -f %{buildroot}%{_bindir}/strace-graph
59 ln %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
67 %{_bindir}/strace
216 - fix strace -f (Roland McGrath, #68994)
319 - strace 3.1 patches carried along for now.