llvm-project/lldb/source/Plugins/Platform/Android
Tamas Berghammer 3e8947be91 Fix Android-SDK detection on API 10 device
Run the getprop command with AdbClient::Shell instead of
Platform::RunShellCommand because getting the output from getprop
with Platform::RunShellCommand have some (currently unknown) issues.

llvm-svn: 249014
2015-10-01 13:58:01 +00:00
..
AdbClient.cpp Change oat symbolization code for android to work on non-rooted devices 2015-09-29 11:04:18 +00:00
AdbClient.h Change oat symbolization code for android to work on non-rooted devices 2015-09-29 11:04:18 +00:00
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Makefile
PlatformAndroid.cpp Fix Android-SDK detection on API 10 device 2015-10-01 13:58:01 +00:00
PlatformAndroid.h Restrict the scope of a hack in DYLDRendezvous 2015-10-01 13:57:54 +00:00
PlatformAndroidRemoteGDBServer.cpp Bind listener to 127.0.0.1 to make sure that loopback address is used. 2015-09-28 17:42:16 +00:00
PlatformAndroidRemoteGDBServer.h Make remote-android platform to use dynamic local tcp ports when forwarding device ports. 2015-09-01 19:02:14 +00:00