Home
last modified time | relevance | path

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

/build/
Denvsetup.sh732 local PID=`adb shell ps | fgrep $1 | sed -e 's/[^ ]* *\([0-9]*\).*/\1/'`
733 echo "$PID"
768 local PID
771 PID=`pid $3`
773 adb shell gdbserver $PORT --attach $PID &
780 echo " gdbserver $PORT --attach $PID"