Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        strace64: 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.
This package provides the `strace64' program to trace 64-bit processes.
The `strace' program in the `strace' package is for 32-bit processes.
            Arch: ppc64
            
                
                | Download: | strace64-4.5.14-1.2.ppc64.rpm | 
                
                | Build Date: | Sun Feb 12 06:15:51 2006 | 
                
                | Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | 
                
                | Size: | 273 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).