HomeSort by relevance Sort by last modified time
    Searched full:strace (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/strace/debian/
strace-udeb.install 1 build/strace usr/bin
strace.examples 0 strace-graph
strace.install 1 build/strace usr/bin
strace.manpages 0 strace.1
watch 2 opts="uversionmangle=s/-/./g" http://sf.net/strace/strace-([[:digit:].-]*)\.tar\.xz
changelog 0 strace (4.10-1) experimental; urgency=low
12 strace (4.9-2) unstable; urgency=medium
19 strace (4.9-1) unstable; urgency=medium
34 strace (4.8-1.1) unstable; urgency=low
50 strace (4.8-1) experimental; urgency=low
58 strace (4.7-1) experimental; urgency=low
68 strace (4.6-1) unstable; urgency=low
77 strace (4.5.20-2.3) unstable; urgency=low
85 strace (4.5.20-2.2) unstable; urgency=low
92 strace (4.5.20-2.1) unstable; urgency=lo
    [all...]
  /external/strace/qemu_multiarch_testing/
.gitignore 1 hdc.dir/strace
README 1 How to test strace build using Aboriginal Linux's system images.
3 * Put a autoconf'ed strace source tree into hdc.dir/strace dir.
5 git clone git://strace.git.sourceforge.net/gitroot/strace/strace &&
6 cd strace && ./bootstrap
17 This runs a strace build in several qemu virtual machines in parallel.
19 * Observe system-image-*.log file(s) with growing log of strace build.
  /external/strace/
README 1 This is strace, a system call tracer for Linux.
3 strace is released under a Berkeley-style license at the request
13 You can get the latest version of strace from its homepage at
14 http://sourceforge.net/projects/strace/ .
16 Please send bug reports and enhancements to the strace
17 mailinglist at strace-devel@lists.sourceforge.net.
.gitignore 34 /strace
40 /strace-*.tar.xz
make-dist 7 distdir=strace-dist-$$
26 mv -f strace-*.tar.xz ..
  /external/strace/qemu_multiarch_testing/hdc.dir/
init2 6 cd strace
9 size strace
13 ftpput -P "$FTP_PORT" "$FTP_SERVER" strace
  /external/strace/tests/
qual_syscall.test 3 # Ensure that strace -e trace=set works.
11 dump_log_and_fail_with "$STRACE $args output mismatch"
15 dump_log_and_fail_with "$STRACE $args unexpected output"
20 dump_log_and_fail_with "$STRACE $args output mismatch"
23 dump_log_and_fail_with "$STRACE $args unexpected output"
run.sh 5 $STRACE -V > /dev/null ||
6 framework_failure_ "$STRACE is not available"
bexecve.test 10 $STRACE "$@" 2> "$LOG"
15 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
18 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
23 dump_log_and_fail_with "$STRACE $args: output mismatch"
26 dump_log_and_fail_with "$STRACE $args: unexpected output"
strace-k.test 3 # Ensure that strace -k works.
7 $STRACE -h | grep '^-k' > /dev/null ||
8 skip_ 'strace -k is not available'
10 # strace -k is implemented using /proc/$pid/maps
27 dump_log_and_fail_with "$STRACE $args output mismatch"
strace-f.test 3 # Ensure that strace -f works.
select.test 8 $STRACE -epselect6 -h > /dev/null && syscall=$syscall,pselect6
9 $STRACE -eselect -h > /dev/null && syscall=$syscall,select
detach-stopped.test 3 # Ensure that strace can detach from stopped processes.
12 $STRACE -d -enone / > /dev/null 2> "$LOG"
41 $STRACE -p $tracee_pid 2> "$LOG" &
46 dump_log_and_fail_with "$STRACE -p failed to attach"
54 dump_log_and_fail_with "$STRACE -p missed stop notifications"
64 dump_log_and_fail_with "$STRACE -p failed to detach"
detach-running.test 3 # Ensure that strace can detach from running processes.
33 $STRACE -p $tracee_pid 2> "$LOG" &
38 dump_log_and_fail_with "$STRACE -p failed to attach"
48 dump_log_and_fail_with "$STRACE -p failed to detach"
detach-sleeping.test 3 # Ensure that strace can detach from sleeping processes.
34 $STRACE -p $tracee_pid 2> "$LOG" &
39 dump_log_and_fail_with "$STRACE -p failed to attach"
49 dump_log_and_fail_with "$STRACE -p failed to detach"
pipe.test 9 $STRACE -e$n -h > /dev/null && syscall=$syscall,$n
mmap.test 9 $STRACE -e$n -h > /dev/null && syscall=$syscall,$n
net-fd.test 7 # strace -y is implemented using /proc/self/fd
  /external/strace/test/
many_looping_threads.c 2 // under stace -f, may never finish because strace does not
5 // the "mother" and _they_ get continually restarted by strace,
9 // "strace: Exit of unknown pid 32457 seen"
10 // message when on testcase exit, strace sees deaths of newly-attached

Completed in 147 milliseconds

1 2 3 4