Home
last modified time | relevance | path

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

/debug/
A Dxtrace.sh142 program=$1
144 if test ! -f "$program"; then
145 printf >&2 $"executable \`$program' not found\n"
148 if test ! -x "$program"; then
149 printf >&2 $"\`$program' is no executable\n"
159 addr2line -fC -e "$program" |
172 …$TERMINAL_PROG -T "xtrace - $program $*" -e /bin/sh -c "LD_PRELOAD=$pcprofileso PCPROFILE_OUTPUT=$…
178 addr2line -fC -e "$program"
186 read -p "Press return here to close $TERMINAL_PROG($program)."

Completed in 7 milliseconds