Lines Matching refs:EXE
864 local EXE="$1"
865 if [ "$EXE" ] ; then
866 qpid | \grep "$prepend$EXE$append"
883 local EXE="$1"
884 if [ "$EXE" ] ; then
887 | \grep "$prepend$EXE$append" \
1001 if adb shell ls -l /proc/$PID/exe | grep -q /system/bin/app_process ; then
1042 # Read the ELF header from /proc/$PID/exe to determine if the process is
1048 if [[ "$(adb shell cat /proc/$PID/exe | xxd -l 1 -s 4 -ps)" -eq "02" ]] ; then
1115 local EXE=`adb shell readlink /proc/$PID/exe | sed s/.$//`
1117 local LOCAL_EXE_PATH=$SYMBOLS_DIR$EXE
1120 echo "Error: unable to find symbols for executable $EXE: file $LOCAL_EXE_PATH does not exist"
1184 if [[ $EXE =~ (^|/)(app_process|dalvikvm)(|32|64)$ ]]; then
1222 local EXE="$1"
1223 if [ "$EXE" ] ; then
1224 EXE=$1
1225 if [[ $EXE =~ ^[^/].* ]] ; then
1226 EXE="system/bin/"$EXE
1229 EXE="app_process"
1265 echo " gdbserver $PORT /system/bin/$EXE"
1279 if [[ $EXE =~ (^|/)(app_process|dalvikvm)(|32|64)$ ]]; then
1285 # 64-bit exe found
1288 # 32-bit exe / 32-bit platform
1291 # 32-bit exe / 64-bit platform
1296 gdbwrapper $WHICH_GDB "$OUT_ROOT/gdbclient.cmds" "$OUT_EXE_SYMBOLS/$EXE"