Grant Edwards 8a08277d13 Add ability to print file descriptor paths and filter by those paths
* pathtrace.c: New file, implements matching syscall arguments to
user-specified file paths.
* Makefile.am (strace_SOURCES): Add pathtrace.c.
* defs.h (TCB_FILTERED, filtered): New defines.
(getfdpath, pathtrace_select, pathtrace_match, show_fd_path,
tracing_paths): New declarations.
* strace.c (show_fd_path, tracing_paths): New global variables.
(usage, main): Implement handling of -y and -P options.
* strace.1: Add descriptions of -y and -P options.
* syscall.c (trace_syscall_entering): Add path matching logic to the
print/noprint decision and set the TCB_FILTERED bit appropriately.
(trace_syscall_exiting): Use filtered() macro that checks the
TCB_FILTERED bit to determine print/noprint status.
* util.c (printfd): Use getfdpath().
2011-04-08 20:47:56 +00:00
2011-03-14 15:39:36 +00:00
2011-02-25 16:53:50 +00:00
2011-03-14 15:32:38 +00:00
2009-09-18 12:07:03 +00:00
2011-02-25 16:53:50 +00:00
2011-02-25 16:53:50 +00:00
2011-03-03 00:10:20 +00:00
2011-03-14 15:32:38 +00:00
2009-11-06 17:27:46 +00:00
2011-04-07 19:58:10 +00:00
2009-07-08 21:01:21 +00:00
2002-03-31 18:43:00 +00:00
2011-03-15 15:46:52 +00:00
2011-03-04 02:08:02 +00:00
2009-09-18 12:07:03 +00:00
2011-03-04 02:08:02 +00:00
2011-03-04 02:08:02 +00:00
2011-01-15 20:15:31 +00:00
2010-03-31 22:22:01 +00:00
2011-03-04 02:08:02 +00:00
2011-03-14 15:39:36 +00:00
1999-02-19 00:21:36 +00:00
2009-02-27 20:32:52 +00:00
2011-03-14 21:58:59 +00:00
2009-02-23 08:07:45 +00:00
2009-07-08 21:01:21 +00:00
1999-02-19 00:21:36 +00:00
2010-07-17 17:46:28 +02:00
2009-09-18 12:07:03 +00:00
2009-11-06 17:27:46 +00:00
2011-03-14 15:39:36 +00:00
2011-03-04 02:08:02 +00:00
2009-09-18 12:07:03 +00:00
2011-02-22 10:22:13 +00:00
2010-02-04 22:40:57 +00:00
2011-03-04 02:08:02 +00:00
2001-07-10 13:48:44 +00:00
1999-02-19 00:21:36 +00:00

This is strace 4.0, a system call tracer for SunOS 4.x, Linux, System
V release 4, Solaris 2.x and Irix 5.x.  strace is released under a
Berkeley-style license at the request of Paul Kranenburg; see the file
COPYRIGHT for details.

Read the INSTALL file for generic instructions on how to install
strace.  If configure cannot guess your system configuration, you can
specify it on the command line after the other options like this:

	./configure --prefix=/usr i486-linux

A single sunos4.1 binary should work on all the sun4, sun4c and sun4m
kernel architectures.  Let me know if sun4d doesn't work.  Other
i486-*-sysv4 systems may work with little or no tweaking.

See the file NEWS for information on what has changed in recent
versions.

See the file PORTING if you like strace but it doesn't work on an
operating system you use frequently.

See the file CREDITS to see who has contributed to strace.

See the file TODO if you feel like helping out.

You can get the latest version of strace from its homepage at
http://sourceforge.net/projects/strace/ .

Please send bug reports and enhancements to the strace
mailinglist at strace-devel@lists.sourceforge.net, or directly to
Wichert Akkerman <wakkerma@debian.org>
Description
No description provided
Readme 17 MiB
Languages
C 92.2%
Shell 3.4%
M4 1.4%
Makefile 0.8%
Roff 0.7%
Other 1.5%