Searched refs:PORT (Results 1 – 1 of 1) sorted by relevance
1003 local PORT="$2"1004 if [ "$PORT" ] ; then1005 PORT=$21007 PORT=":5039"1029 adb forward "tcp$PORT" "tcp$PORT"1031 adb shell gdbserver$USE64BIT $PORT --attach $PID &1036 echo " gdbserver $PORT /system/bin/$EXE"1038 echo " gdbserver $PORT --attach <PID>"1048 echo >>"$OUT_ROOT/gdbclient.cmds" "target remote $PORT"