Merge "Updated gdbclient path support."

This commit is contained in:
Elliott Hughes 2014-06-23 18:47:25 +00:00 committed by Gerrit Code Review
commit c04b445568

View file

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