am dde1a37e: am fbc6f257: am c04b4455: Merge "Updated gdbclient path support."

* commit 'dde1a37eb61a807af666c2adcfcb7c197465da90':
  Updated gdbclient path support.
This commit is contained in:
Elliott Hughes 2014-06-23 19:54:11 +00:00 committed by Android Git Automerger
commit 7df87a04f9
1 changed files with 3 additions and 0 deletions

View File

@ -1018,6 +1018,9 @@ function gdbclient()
local EXE="$1"
if [ "$EXE" ] ; then
EXE=$1
if [[ $EXE =~ ^[^/].* ]] ; then
EXE="system/bin/"$EXE
fi
else
EXE="app_process"
fi