Home | History | Annotate | Download | only in build

Lines Matching refs:PORT

1072   local PORT=5039
1074 echo "Usage: gdbclient <pid|processname> [port number]"
1085 PORT=$2
1157 # TODO: check if adb is already listening $PORT
1159 echo ". adb forward for port=$PORT..."
1160 adb forward tcp:$PORT tcp:$PORT
1162 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
1167 echo "It looks like gdbserver is already attached to $PID (process is traced), trying to connect to it using local port=$PORT"
1183 echo >>"$OUT_ROOT/gdbclient.cmds" "target remote :$PORT"
1232 local PORT="$2"
1233 if [ "$PORT" ] ; then
1234 PORT=$2
1236 PORT=":5039"
1258 adb forward "tcp$PORT" "tcp$PORT"
1260 adb shell gdbserver$USE64BIT $PORT --attach $PID &
1265 echo " gdbserver $PORT /system/bin/$EXE"
1267 echo " gdbserver $PORT --attach <PID>"
1277 echo >>"$OUT_ROOT/gdbclient.cmds" "target remote $PORT"
1527 local port=4939
1529 port=$1
1531 adb shell service call window 1 i32 $port