Merge "Updated gdbclient path support."
This commit is contained in:
commit
c04b445568
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue