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
17 The strace program intercepts and records the system calls called and
18 received by a running process. Strace can print a record of each
19 system call, its arguments and its return value. Strace is useful for
23 Install strace if you need a tool to track the system calls made and
32 The strace program intercepts and records the system calls called and
33 received by a running process. Strace can print a record of each
34 system call, its arguments and its return value. Strace is useful for
38 Install strace if you need a tool to track the system calls made and
42 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
74 %{_bindir}/strace
75 %{_bindir}/strace-log-merge
130 + fixed handling of files with 64-bit inode numbers by 32-bit strace (#912790);
160 + exit/kill strace with traced process exitcode/signal (#105371);
388 - fix strace -f (Roland McGrath, #68994)
491 - strace 3.1 patches carried along for now.