OSDN Git Service

Updated gdbclient path support.
authorBrigid Smith <brigidsmith@google.com>
Fri, 20 Jun 2014 21:12:12 +0000 (14:12 -0700)
committerBrigid Smith <brigidsmith@google.com>
Fri, 20 Jun 2014 21:12:42 +0000 (14:12 -0700)
commit7a569a6282e44a5c7f90be76690ad839738b5162
treebc6408a0e2fad26890c7660825a2ca0477d298e0
parent85fe14395b8bbc5b44383c1705f60bfdc12c61cf
Updated gdbclient path support.

Now gdbclient accepts a fully qualified pathname for EXEs, which it will
not modify, or a relative pathname, to which it will prefix
"/system/bin".  As an example, each of the following now works.

Fully qualified:
adb shell gdbserver :5039 /system/bin/ping
bg
gdbclient /system/bin/ping :5039 /system/bin/ping

Relative:
adb shell gdbserver :5039 /system/bin/ping
bg
gdbclient ping :5039 /system/bin/ping

Change-Id: I1e4c9fca64c4fbc52c255271cc7f83f35c258509
envsetup.sh