Home
last modified time | relevance | path

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

/build/
Denvsetup.sh1003 local PORT="$2"
1004 if [ "$PORT" ] ; then
1005 PORT=$2
1007 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"