summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-08-21 21:20:01 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-08-21 21:21:56 +0800
commitd93ee3309988f87bcc99c348c2bf493c2c8ca05b (patch)
tree5c37e39465e3eec2874cc214b397a0ed5c5a347f
parent6754b37287e861c55485ea8f77367322ef4338ec (diff)
downloadx86_64-linux-android-4.7-d93ee3309988f87bcc99c348c2bf493c2c8ca05b.tar.gz
Fix gdb python support for Android platform debugging
GDB with python support looks for specfic set of locations for PYTHONHOME. Add one more clue to find $ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5 Note that ANDROID_BUILD_TOP is set by doing usual setup in Android development, ie. . build/envsetup.sh lunch ... Change-Id: I95f40335768ff937a496e5a8f33be3e438ce5d8c
-rwxr-xr-xbin/x86_64-linux-android-gdbbin6625264 -> 6625264 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/bin/x86_64-linux-android-gdb b/bin/x86_64-linux-android-gdb
index 1792826..c32ca04 100755
--- a/bin/x86_64-linux-android-gdb
+++ b/bin/x86_64-linux-android-gdb
Binary files differ