Difference between revisions of "Strace"

From CBLFS
Jump to navigationJump to search
Line 7: Line 7:
 
----
 
----
  
{{Blank-Package-Introduction}}
+
{{Package-Introduction|Strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.}}.
  
 
== Dependencies ==
 
== Dependencies ==
Line 34: Line 34:
  
 
  make install
 
  make install
 +
 +
== Contents ==
 +
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
!Installed Directories:
 +
|None
 +
|-valign="top"
 +
!Installed Programs:
 +
|strace, strace-graph
 +
|-valign="top"
 +
!Installed Libraries:
 +
|None
 +
|}

Revision as of 02:56, 29 September 2007

Download Source: http://downloads.sourceforge.net/strace/strace-4.7.tar.bz2

Introduction to Strace

Strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.

Project Homepage: Unknown.

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
make

Install the package

make install

Contents

Installed Directories: None
Installed Programs: strace, strace-graph
Installed Libraries: None