Re: [Lldb-commits] [PATCH] Fix execution of platform shell commands on android

2015-03-03 Thread Tamas Berghammer
http://reviews.llvm.org/D8009 Files: include/lldb/Host/android/HostInfoAndroid.h source/Host/android/HostInfoAndroid.cpp source/Host/android/ProcessLauncherAndroid.cpp EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ Index: include/lldb/Host/android/HostInfoAndro

[Lldb-commits] [PATCH] Fix execution of platform shell commands on android

2015-03-02 Thread Tamas Berghammer
Hi labath, vharron, Fix execution of platform shell commands on android * Add missing functionality to the process launcher * Fixup PATH environment variable to workaround an OS bug * Add default shell path to the host info structure REPOSITORY rL LLVM http://reviews.llvm.org/D8009 Files: