Home
last modified time | relevance | path

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

/build/
Denvsetup.sh1072 local PORT=5039
1085 PORT=$2
1159 echo ". adb forward for port=$PORT..."
1160 adb forward tcp:$PORT tcp:$PORT
1162 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
1167 …er 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
[all …]