Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7df87a04 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am dde1a37e: am fbc6f257: am c04b4455: Merge "Updated gdbclient path support."

* commit 'dde1a37e':
  Updated gdbclient path support.
parents 4c5d3dae dde1a37e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1018,6 +1018,9 @@ function gdbclient()
       local EXE="$1"
       if [ "$EXE" ] ; then
           EXE=$1
           if [[ $EXE =~ ^[^/].* ]] ; then
               EXE="system/bin/"$EXE
           fi
       else
           EXE="app_process"
       fi