Home | History | Annotate | Download | only in scripts

Lines Matching refs:PORT

48   local PORT=5039
50 echo "Usage: gdbclient <pid|processname> [port number]"
61 PORT=$2
160 # TODO: check if adb is already listening $PORT
162 echo ". adb forward for port=$PORT..."
163 adb forward tcp:$PORT tcp:$PORT
165 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
170 echo "It looks like gdbserver is already attached to $PID (process is traced), trying to connect to it using local port=$PORT"
171 adb forward tcp:$PORT tcp:$PORT
196 echo >>"$OUT_ROOT/gdbclient.cmds" "target remote :$PORT"