Searched refs:GDBSERVER_PID (Results 1 – 2 of 2) sorted by relevance
680 GDBSERVER_PID=$(get_pid_of lib/gdbserver)681 if [ "$GDBSERVER_PID" != "0" ]; then687 run adb_cmd shell kill -9 $GDBSERVER_PID
687 retcode,GDBSERVER_PID = get_pid_of('lib/gdbserver')688 if not retcode and not GDBSERVER_PID == 0:692 adb_cmd(False, ['shell', 'kill -9 %s' % (GDBSERVER_PID)])