• Home
  • Raw
  • Download

Lines Matching +refs:clang +refs:completion +refs:mode +refs:map

1536 	tests: check how signals are unblocked in interactive mode.
1545 Fix unblocking of signals in interactive mode.
1546 In interactive mode (-I2), those signals that were blocked at startup
1558 * strace.c (init): Check for INTR_WHILE_WAIT mode the same way
2895 travis: switch from clang-3.6 to clang-3.8.
2896 * .travis.yml (matrix): Change clang-3.6 to clang-3.8.
10609 decode_open: print the mode argument when O_TMPFILE flag is set.
10610 O_TMPFILE reqires the mode argument (just like O_CREAT), so print it.
10613 (decode_open): Print the mode argument when O_TMPFILE flag is set.
13016 msghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev mode.
13018 bytes of ip options in abbrev mode.
13020 (test_sol_ip): Test IP_RETOPTS output in abbrev mode.
13022 msghdr.c: limit SCM_RIGHTS output in abbrev mode.
13024 descriptors in abbrev mode.
13028 (main): Use it to test SCM_RIGHTS output in abbrev mode.
13992 file_ioctl.c: print first two extents for FIDEDUPERANGE in abbrev mode.
13994 two elements of info array in abbrev mode.
14419 call before the tracer gets notified about completion of its last child
14657 Fix printing of invalid mode argument of mbind syscall.
15143 * tests/strace-ff.test: Wait for completion of PR_SET_PTRACER command.
16272 If kernel implementation of strict seccomp mode is buggy, test programs
18065 strace waits for completion of piped command.
18272 * util.c (printfd): In -yy mode, move fallback print of proto:[inode] ...
18279 (startup_child): In -D mode, record the parent of the tracer process
18281 (startup_attach): Save trace_tracer_pid before -D mode fork.
18282 When tracing a command in -f mode, do not check for the command's
18285 In -D mode, never attach to the parent of the tracer process,
18492 Add clang-3.6/x86_64, clang-3.6/x86, and musl-gcc/x86_64 to the matrix.
18494 * .travis.yml (compiler): Add gcc, clang-3.6, and musl-gcc.
18497 * travis-ci.sh: Add support for clang and musl-gcc.
18502 mpers.awk: add support for DWARF files generated by clang.
18521 tests: fix clang "duplicate 'const' declaration specifier" warnings.
18526 tests/times.c: fix clang compilation warning.
20493 tests: run in "set -x" mode if VERBOSE variable is non-null.
20494 * tests/init.sh: Enter "set -x" mode if $VERBOSE is non-null.
20846 mpers: skip xlat struct definitions in mpers mode.
20848 compiled in mpers mode.
20854 a global definition is provided in regular mode,
20855 and nothing is provided in mpers mode;
20857 a global definition is provided in regular mode
20858 (unless no mpers mode is supported on this architecture,
20860 and a declaration is provided in mpers mode;
20861 - otherwise, a local definition is provided in regular mode,
20862 and an error message is printed in mpers mode.
23102 (sys_quotactl): Do not disable the parser in verbose mode.
23344 umoven_or_printaddr: do not fetch data if not in verbose mode.
23346 printnum_* and printpair_*, will not fetch data in !verbose mode.
25095 Dump process map for debug purposes.
25857 getsockopt, setsockopt: do not decode structures in non-verbose mode.
25861 functions, choose appropriate parsers depending on verbose mode.
25873 sendmsg: do not decode msghdr in non-verbose mode.
25874 * net.c (printmsghdr): Do not decode struct msghdr in non-verbose mode.
25878 in non-verbose mode.
25922 Change printfd() behaviour in show_fd_path mode to quote pathnames
26197 Update auxiliary maintainer mode build tools.
26282 hdb image size. Report completion of each parallelized task.
29305 (get_scno) [AARCH64]: Call shuffle_scno when the tracee is in 32-bit mode.
29948 Fix select decoding for glibc in _FORTIFY_SOURCE mode.
29949 glibc in _FORTIFY_SOURCE mode raises SIGABRT when descriptor greater
30243 On sysexit path, syscall mode is never used.
30345 In -f mode, do not assume that new pid is stopped - handle exits too.
30590 NOMMU: do not hide startup syscalls unless in -D mode.
30592 the tracee before it calls execve unless in -D mode. That is, the
30597 unless in -D mode.
30601 Make -D mode work when the Yama LSM is enabled.
30604 In -D mode, allow tracing the process that is going to become the
31102 [AARCH64]: Align argument number in 32bit mode.
31105 [AARCH64]: Fix printing POSIX_FADV_* constants in 32bit mode.
31462 It might be useful to have a mode where we show wall clock time
31490 Makefile: add commented-out tweak to generate link map.
31671 Don't set skip_startup_execve to 1 if NOMMU and not in daemonized mode
32507 * syscall.c (update_personality) [TILE]: Print mode.
32638 (get_scno) [AARCH64]: Determine if we're in ARM or AArch64 mode by
32796 * file.c (sys_getdents): Decode d_type in unabbreviated mode.
33694 * strace.c (newoutf): Set tcp->outf in non-ff mode too.
33879 (droptcb): Print "<detached ...>" correctly for non-ff mode too.
34004 (printleader): Change logic to fix log generation in -ff mode.
34005 (newoutf): Make check for -ff mode consistent with other places.
36047 Surprisingly, in C mode gcc does not optimize out static const int
36892 (startup_attach): Change strace_tracer_pid if we are in -D mode.
37185 * .mailmap: New file, required to map git author names and email
37466 personality mode to stderr. Reported by Pádraig Brady.
37492 Print ptrace_setoptions value in debug mode.
37771 * syscall.c (get_scno) [POWERPC64]: Check for 64/32 bit mode.
37935 Hook up inotify_init1 open mode flags printer.