Home
last modified time | relevance | path

Searched refs:strace (Results 1 – 22 of 22) sorted by relevance

/external/strace/
DREADME1 This is strace 4.0, a system call tracer for SunOS 4.x, Linux, System
2 V release 4, Solaris 2.x and Irix 5.x. strace is released under a
7 strace. If configure cannot guess your system configuration, you can
19 See the file PORTING if you like strace but it doesn't work on an
22 See the file CREDITS to see who has contributed to strace.
26 You can get the latest version of strace from its homepage at
27 http://www.liacs.nl/~wichert/strace/ .
29 Please send bug reports and enhancements to the strace
30 mailinglist at strace-devel@lists.sourceforge.net, or directly to
Darm-eabi.patch6 Index: strace/process.c
8 --- strace.orig/process.c 2006-03-30 17:36:14.000000000 -0500
9 +++ strace/process.c 2006-03-30 17:44:16.000000000 -0500
27 Index: strace/syscall.c
29 --- strace.orig/syscall.c 2006-03-30 17:36:14.000000000 -0500
30 +++ strace/syscall.c 2006-03-30 17:44:16.000000000 -0500
43 + if strace and the traced program have different
Dstrace.spec2 Name: strace
7 URL: http://sourceforge.net/projects/strace/
14 The strace program intercepts and records the system calls called and
20 Install strace if you need a tool to track the system calls made and
29 The strace program intercepts and records the system calls called and
35 Install strace if you need a tool to track the system calls made and
39 The `strace' program in the `strace' package is for 32-bit processes.
319 - strace 3.1 patches carried along for now.
Dconfig.log4 It was created by strace configure 4.5.12, which was
159 | #define PACKAGE_NAME "strace"
160 | #define PACKAGE_TARNAME "strace"
162 | #define PACKAGE_STRING "strace 4.5.12"
164 | #define PACKAGE "strace"
180 | #define PACKAGE_NAME "strace"
181 | #define PACKAGE_TARNAME "strace"
183 | #define PACKAGE_STRING "strace 4.5.12"
185 | #define PACKAGE "strace"
349 | #define PACKAGE_NAME "strace"
[all …]
DAndroid.mk7 strace_SOURCES = strace.c syscall.c util.c desc.c file.c \
25 STRACE_ARCH_HEADERS := $(LOCAL_PATH)/strace/linux/sh
27 STRACE_ARCH_HEADERS := $(LOCAL_PATH)/strace/linux/$(TARGET_ARCH)
42 LOCAL_MODULE := strace
DMakefile.am3 bin_PROGRAMS = strace program
4 man_MANS = strace.1
5 bin_SCRIPTS = strace-graph
15 strace_SOURCES = strace.c syscall.c util.c desc.c file.c ipc.c \
23 strace.spec \
24 strace-graph COPYRIGHT CREDITS PORTING \
DChangeLog4 * debian/changelog, strace.spec: 4.5.12-1.
61 * strace.c (proc_open): Likewise.
175 * strace.c (rebuild_pollv) [USE_PROCFS]: Likewise.
228 * strace.c (main): Refuse negative -s argument value.
255 * debian/changelog, strace.spec: 4.5.11-1.
262 * debian/changelog, strace.spec: 4.5.10-1.
284 * strace.c (trace) [PTRACE_GETSIGINFO]: Fetch siginfo_t for SIGSEGV
307 * strace.c (main) [!USE_PROCFS]: In child process, raise SIGSTOP
316 * debian/changelog, strace.spec: 4.5.9-2.
322 * debian/control: Add strace-udeb package for installer debugging.
[all …]
DREADME-linux6 If you want to compile strace on a Linux system please make sure that
12 To complicate things a bit further strace might not compile if you are
16 There are three ways to compile strace with other kernel headers:
DPORTING1 I am frequently asked to port strace to a given platform. Less
2 frequently I am asked how one would go about porting strace to a given
3 platform. :-) Since I have ported strace to a few platforms already I
4 have some advice to the would-be strace porter.
32 it is intended to work and see how well it fits with what strace
Dconfigure.ac3 AC_INIT([strace],[4.5.12]) package
4 AC_CONFIG_SRCDIR([strace.c])
39 AC_MSG_ERROR([operating system $host_os is not supported by strace])
108 AC_MSG_ERROR([architecture $host_cpu is not supported by strace])
138 of strace that will work on sun4, sun4c and sun4m kernel architectures.
DMakefile.in45 bin_PROGRAMS = strace$(EXEEXT)
66 am_strace_OBJECTS = strace.$(OBJEXT) syscall.$(OBJEXT) util.$(OBJEXT) \
200 man_MANS = strace.1
201 bin_SCRIPTS = strace-graph
209 strace_SOURCES = strace.c syscall.c util.c desc.c file.c ipc.c \
217 strace.spec \
218 strace-graph COPYRIGHT CREDITS PORTING \
354 strace$(EXEEXT): $(strace_OBJECTS) $(strace_DEPENDENCIES)
355 @rm -f strace$(EXEEXT)
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strace.Po@am__quote@
Dconfig.status262 This file was extended by strace $as_me 4.5.12, which was
457 s,@PACKAGE_NAME@,strace,;t t
458 s,@PACKAGE_TARNAME@,strace,;t t
460 s,@PACKAGE_STRING@,strace 4.5.12,;t t
489 s,@PACKAGE@,strace,;t t
491 s,@ACLOCAL@,${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run aclocal-1.9,;t t
492 s,@AUTOCONF@,${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run autoconf,;t t
493 s,@AUTOMAKE@,${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run automake-1.9,;t t
494 s,@AUTOHEADER@,${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run autoheader,;t t
495 s,@MAKEINFO@,${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run makeinfo,;t t
[all …]
DCREDITS1 The primary authors of strace are:
7 Thanks to the follow people for contributing to strace by reporting
DNEWS80 * New port to AMD's x86-64 architecture. One strace binary can
126 * Add strace-graph
167 * it is now reasonable to install strace setuid to root in some circumstances
Dconfig.h.in379 strace that will work on sun4, sun4c and sun4m kernel architectures. Only
Dconfigure8686 This file was extended by strace $as_me 4.5.12, which was
/external/chromium/build/
Dinstall-chroot.sh273 strace
289 for i in binutils gdb strace; do
/external/libffi/
Dltmain.sh612 *db | *dbx | *strace | *truss)
/external/llvm/autoconf/
Dltmain.sh583 *db | *dbx | *strace | *truss)
/external/chromium/sdch/open-vcdiff/
Dltmain.sh618 *db | *dbx | *strace | *truss)
/external/expat/conftools/
Dltmain.sh583 *db | *dbx | *strace | *truss)
/external/chromium/third_party/libevent/
Dltmain.sh618 *db | *dbx | *strace | *truss)