Merge "Updated gdbclient path support."
This commit is contained in:
@@ -995,6 +995,9 @@ function gdbclient()
|
|||||||
local EXE="$1"
|
local EXE="$1"
|
||||||
if [ "$EXE" ] ; then
|
if [ "$EXE" ] ; then
|
||||||
EXE=$1
|
EXE=$1
|
||||||
|
if [[ $EXE =~ ^[^/].* ]] ; then
|
||||||
|
EXE="system/bin/"$EXE
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
EXE="app_process"
|
EXE="app_process"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user