Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        strace: Tracks and displays system calls associated with a running process.
        
        
        - Summary
- 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.
            Arch: ppc
            
                
                | Download: | strace-4.5.14-1.2.ppc.rpm | 
                
                | Build Date: | Sun Feb 12 06:37:36 2006 | 
                
                | Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | 
                
                | Size: | 217 KiB | 
            
         
        Changelog
        
            - * Fri Feb 10 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 4.5.14-1.2
- 
            - bump again for double-long bug on ppc(64) 
            - * Tue Feb  7 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 4.5.14-1.1
- 
            - rebuilt for new gcc4.1 snapshot and glibc changes 
            - * Mon Jan 16 17:00:00 2006 Roland McGrath <roland{%}redhat{*}com> - 4.5.14-1
- 
            - Fix biarch decoding of socket syscalls (#174354).
- Fix biarch -e support (#173986).
- Accept numeric syscalls in -e (#174798).
- Fix ipc syscall decoding (#164755).
- Improve msgrcv printing (#164757).
- Man page updates (#165375).
- Improve mount syscall printing (#165377).
- Correct printing of restarting syscalls (#165469).