System Call Tracer for AVR32 Linux

Download the source code and the patch for avr32 support.

strace is a system call tracer for SunOS 4.x, Linux, System V release 4, Solaris 2.x and Irix 5.x. It can trace a newly executed process or attach to a currently running process and display each system call the process does, along with the parameters passed. This can be very helpful for debugging how programs interact with the kernel.

Building strace

strace comes with a standard configure script. Please see the generic instructions for BuildingAutoconfPrograms.

Tested versions

Usage

Run strace my-buggy-program to see a list of all system calls my-buggy-program does. For more information, run strace -h

Links

Attachment sort Action Size Date Who Comment
elsestrace-4.5.14-add-syscalls-up-to-sysvipc.patch manage 3.4 K 19 Feb 2007 - 07:05 HansChristianEgtvedt  
elsestrace-4.5.15.atmel.1.patch manage 486.3 K 05 Jun 2007 - 08:56 HaavardSkinnemoen Add AVR32 support to strace-4.5.15
elsestrace-4.5.14-avr32.patch manage 116.3 K 10 Nov 2006 - 16:01 HaavardSkinnemoen Add AVR32 support to strace-4.5.14