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
Paths
| Differential D8009
Fix execution of platform shell commands on android ClosedPublic Authored by tberghammer on Mar 2 2015, 9:50 AM.
Details Summary Fix execution of platform shell commands on android
Diff Detail Event Timelinetberghammer updated this object. Comment Actions Looks good overall, but I have a couple of comments...
This revision now requires changes to proceed.Mar 2 2015, 12:59 PM tberghammer edited edge metadata. This revision is now accepted and ready to land.Mar 3 2015, 3:42 AM Closed by commit rL231065: Fix execution of platform shell commands on android (authored by tberghammer). · Explain WhyMar 3 2015, 4:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21013 include/lldb/Host/android/HostInfoAndroid.h
source/Host/android/HostInfoAndroid.cpp
source/Host/android/ProcessLauncherAndroid.cpp
|
How is the constructor removal related to the rest of the patch?