Home
last modified time | relevance | path

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

/development/scripts/
Dgdbclient47 local PID=$1
49 if [ -z "$PID" ]; then
93 if [[ ! "$PID" =~ ^[0-9]+$ ]] ; then
94 PROCESS_NAME=$PID
95 PID=$(pid --exact $PROCESS_NAME)
96 if [ -z "$PID" ]; then
100 echo "Resolved pid for $PROCESS_NAME is $PID"
110 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`
112 echo "Error: couldn't find executable for pid $PID --- is the process still alive?"
157 if [ "$(adb_get_traced_by $PID)" -eq 0 ]; then
[all …]