Lines Matching refs:strace
4 # Copyright (c) 2011-2018 The strace developers.
94 $STRACE -o "$LOG" "$@" ||
95 dump_log_and_fail_with "$STRACE $args failed with code $?"
102 "$srcdir"/../strace-log-merge "$LOG" > "$LOG" ||
103 dump_log_and_fail_with 'strace-log-merge failed with code $?'
136 error="$STRACE $args output mismatch"
166 error="$STRACE $args output mismatch"
196 error="$STRACE $args output mismatch"
324 # Run strace against list of programs put in "$NAME.in" and then against the
368 [ -n "${STRACE-}" ] || {
369 STRACE=../../strace
372 STRACE_EXE="$STRACE"
374 STRACE="${LOG_COMPILER-} ${LOG_FLAGS-} $STRACE"
381 : "${STRACE:=../strace}"
385 : "${STRACE_EXE:=$STRACE}"