* commit 'fbc6f25712362b1f9b7b8970a96833ed0be0f12c': Updated gdbclient path support.
This commit is contained in:
@@ -996,6 +996,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