Searched refs:strace (Results 1 – 25 of 102) sorted by relevance
12345
/external/strace/ |
D | Makefile.in | 141 bin_PROGRAMS = strace$(EXEEXT) 145 $(srcdir)/config.h.in $(srcdir)/strace.1.in \ 146 $(srcdir)/strace-log-merge.1.in $(srcdir)/strace.spec.in \ 189 CONFIG_CLEAN_FILES = strace.1 strace-log-merge.1 strace.spec \ 372 static_assert.h statx.c statx.h strace.c string_to_uint.h \ 381 am__objects_3 = strace-bpf_attr_check.$(OBJEXT) 382 @ENABLE_STACKTRACE_TRUE@am__objects_4 = strace-unwind.$(OBJEXT) 383 @ENABLE_STACKTRACE_TRUE@@USE_LIBDW_TRUE@am__objects_5 = strace-unwind-libdw.$(OBJEXT) 384 @ENABLE_STACKTRACE_TRUE@@USE_LIBUNWIND_TRUE@am__objects_6 = strace-unwind-libunwind.$(OBJEXT) 385 am_strace_OBJECTS = strace-access.$(OBJEXT) strace-affinity.$(OBJEXT) \ [all …]
|
D | README | 1 This is strace - a diagnostic, debugging and instructional userspace utility 5 The operation of strace is made possible by the kernel feature known as ptrace. 7 strace is released under a Berkeley-style license at the request 15 https://strace.io 17 strace has a mailing list: 18 strace-devel@lists.strace.io
|
D | strace.spec | 2 Name: strace 7 URL: https://strace.io 8 Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz 31 The strace program intercepts and records the system calls called and 37 Install strace if you need a tool to track the system calls made and 44 echo -n 2018-07-07 > .strace.1.in.date 66 rm -f %{buildroot}%{_bindir}/strace-graph 75 %{buildroot}%{_bindir}/strace -V 86 %{_bindir}/strace 87 %{_bindir}/strace-log-merge [all …]
|
D | ChangeLog-CVS | 7 * strace-graph: Likewise. 191 * strace.c: Fix misplaced #endif. 199 * strace.c (newoutf): Prevent -o FILENAME overflowing the stack. 244 * strace.c: Move extern declarations out of function bodies. 279 * strace.c (trace): If trace_syscall() failed with ESRCH, 289 * strace.c: Adjust printtrailer() calls accordingly. 321 attaches to grandparent similarly to strace -p PID. 324 wait() etc. Without -D, strace process gets lodged in between, 326 * strace.c: Add global flag variable daemonized_tracer for -D option. 331 execs the program to strace. Normally (w/o -D), it is child [all …]
|
D | NEWS | 105 * The mailing list was moved to strace-devel@lists.strace.io. 107 (https://sourceforge.net/p/strace/code/ci/master/tree/) is no longer 108 maintained. Please use GitLab (https://gitlab.com/strace/strace/) 109 or GitHub (https://github.com/strace/strace/) repository instead. 186 * Added manual page for the strace-log-merge command. 189 * Implemented an optional support for symbol demangling in strace -k output 193 in strace -V output. 206 * Fixed corner cases in handling of strace -ff -ttt logs by strace-log-merge. 211 * Fixed the case when strace attaches to a tracee being inside exec and its 336 will remain blocked for the whole period of strace execution. [all …]
|
D | configure.ac | 1 # Configure template for strace. 8 # Copyright (c) 2002-2018 The strace developers. 34 AC_INIT([strace], package 36 [strace-devel@lists.strace.io], 37 [strace], 38 [https://strace.io]) 40 m4_define([manpage_date], m4_esyscmd([./file-date-gen strace.1.in])) 41 AC_COPYRIGHT([Copyright (c) 1999-]copyright_year[ The strace developers.]) 42 AC_CONFIG_SRCDIR([strace.c]) 203 AC_MSG_ERROR([architecture $host_cpu is not supported by strace]) [all …]
|
D | strace.spec.in | 2 Name: strace 7 URL: https://strace.io 8 Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz 16 # Install elfutils-devel or libdw-devel to enable strace -k option. 31 The strace program intercepts and records the system calls called and 37 Install strace if you need a tool to track the system calls made and 44 echo -n @MANPAGE_DATE@ > .strace.1.in.date 66 rm -f %{buildroot}%{_bindir}/strace-graph 75 %{buildroot}%{_bindir}/strace -V 86 %{_bindir}/strace [all …]
|
D | ChangeLog | 132 Closes: https://github.com/strace/strace/issues/79 164 Closes: https://github.com/strace/strace/issues/77 175 Closes: https://github.com/strace/strace/issues/78 197 * tests/strace-k-demangle.expected: Update expected output. 198 * tests/strace-k.expected: Likewise. 199 * tests/strace-k.test: Rewrite pattern matching code. 208 * strace.c (print_stopped) [ENABLE_STACKTRACE]: Call unwind_tcb_print 674 strace.c: introduce struct tcb_wait_data. 680 * strace.c (struct tcb_wait_data): New type. 811 * strace.spec.in: Likewise. [all …]
|
D | Makefile.am | 40 bin_PROGRAMS = strace program 41 man_MANS = strace.1 strace-log-merge.1 42 bin_SCRIPTS = strace-graph strace-log-merge 321 strace.c \ 412 debian/strace-udeb.install \ 413 debian/strace.docs \ 414 debian/strace.examples \ 415 debian/strace.install \ 416 debian/strace.manpages \ 943 strace-graph \ [all …]
|
D | CREDITS | 1 The primary authors of strace were: 7 These people have contributed to strace. Some have reported problems, others 9 information, provided resources, or helped to port strace to new systems. 13 strace-devel@lists.strace.io mailing list. 118 John Spencer <maillist-strace@barfooze.de>
|
/external/strace/debian/ |
D | changelog | 1 strace (4.25-1) experimental; urgency=low 3 * strace 4.25 snapshot. 5 -- Strace <strace-devel@lists.strace.io> Tue, 30 Oct 2018 08:39:22 +0000 7 strace (4.24-1) unstable; urgency=medium 13 strace (4.23-1) unstable; urgency=medium 19 strace (4.22-1) unstable; urgency=medium 25 strace (4.21-1) unstable; urgency=medium 31 strace (4.20-1) unstable; urgency=medium 37 strace (4.19-1) unstable; urgency=medium 43 strace (4.18-1) unstable; urgency=medium [all …]
|
D | changelog.in | 1 strace (@PACKAGE_VERSION@-1) experimental; urgency=low 7 strace (4.24-1) unstable; urgency=medium 13 strace (4.23-1) unstable; urgency=medium 19 strace (4.22-1) unstable; urgency=medium 25 strace (4.21-1) unstable; urgency=medium 31 strace (4.20-1) unstable; urgency=medium 37 strace (4.19-1) unstable; urgency=medium 43 strace (4.18-1) unstable; urgency=medium 49 strace (4.17-1) unstable; urgency=medium 55 strace (4.16-1) unstable; urgency=medium [all …]
|
D | control | 1 Source: strace 7 Homepage: https://strace.io 8 Vcs-Git: https://salsa.debian.org/debian/strace.git 9 Vcs-Browser: https://salsa.debian.org/debian/strace 11 Package: strace 15 strace is a system call tracer, i.e. a debugging tool which prints out 29 strace is a system call tracer, i.e. a debugging tool which prints out 41 Package: strace-udeb 48 strace is a system call tracer, i.e. a debugging tool which prints out
|
D | copyright | 1 This is the Debian packaged version of strace. For a complete list of 4 The upstream sources can be found at https://github.com/strace/strace/ 14 Copyright (c) 2001-2018 The strace developers.
|
D | strace.manpages | 1 build/strace.1 2 build/strace-log-merge.1
|
D | strace.install | 1 build/strace usr/bin 2 strace-log-merge usr/bin
|
D | watch | 2 opts=pgpsigurlmangle=s/$/.asc/,uversionmangle=s/-/./g http://sf.net/strace/strace-([[:digit:].-]*)\…
|
D | rules | 52 $*/strace -V 84 test -f build64-stamp && ( mv build64/strace build64/strace64 ; \ 85 mv build64/strace.1 build64/strace64.1 ) || true
|
D | strace.examples | 1 strace-graph
|
D | strace-udeb.install | 1 build-udeb/strace usr/bin
|
/external/strace/tests-m32/ |
D | Makefile.am | 224 STACKTRACE_TESTS = strace-k.test 226 STACKTRACE_TESTS += strace-k-demangle.test 350 strace-C.test \ 351 strace-E.test \ 352 strace-S.test \ 353 strace-T.test \ 354 strace-V.test \ 355 strace-ff.test \ 356 strace-r.test \ 357 strace-t.test \ [all …]
|
D | strace-k-demangle.test | 6 . "${srcdir=.}"/strace-k.test
|
/external/strace/tests-mx32/ |
D | Makefile.am | 224 STACKTRACE_TESTS = strace-k.test 226 STACKTRACE_TESTS += strace-k-demangle.test 350 strace-C.test \ 351 strace-E.test \ 352 strace-S.test \ 353 strace-T.test \ 354 strace-V.test \ 355 strace-ff.test \ 356 strace-r.test \ 357 strace-t.test \ [all …]
|
D | strace-k-demangle.test | 6 . "${srcdir=.}"/strace-k.test
|
/external/strace/tests/ |
D | Makefile.am | 224 STACKTRACE_TESTS = strace-k.test 226 STACKTRACE_TESTS += strace-k-demangle.test 350 strace-C.test \ 351 strace-E.test \ 352 strace-S.test \ 353 strace-T.test \ 354 strace-V.test \ 355 strace-ff.test \ 356 strace-r.test \ 357 strace-t.test \ [all …]
|
12345