am c04b4455
: Merge "Updated gdbclient path support."
* commit 'c04b4455689280fad51d48a5587fd93aa8980d01': Updated gdbclient path support.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user