Home
last modified time | relevance | path

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

/build/
Denvsetup.sh761 local PORT="$2"
762 if [ "$PORT" ] ; then
763 PORT=$2
765 PORT=":5039"
772 adb forward "tcp$PORT" "tcp$PORT"
773 adb shell gdbserver $PORT --attach $PID &
778 echo " gdbserver $PORT /system/bin/$EXE"
780 echo " gdbserver $PORT --attach $PID"
786 echo >>"$OUT_ROOT/gdbclient.cmds" "target remote $PORT"