Create new platform: remote-android
- Create new platform plugin for lldb
- Create HostInfo class for android
- Create ProcessLauncher for android
Paths
| Differential D7584
Create new platform: remote-android ClosedPublic Authored by tberghammer on Feb 12 2015, 5:19 AM.
Details Summary Create new platform: remote-android
Diff Detail
Event Timelinetberghammer updated this object. This revision is now accepted and ready to land.Feb 12 2015, 9:20 AM Closed by commit rL228943: Create new platform: remote-android (authored by tberghammer). · Explain WhyFeb 12 2015, 10:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 19841 lldb/trunk/cmake/LLDBDependencies.cmake
lldb/trunk/include/lldb/Host/Host.h
lldb/trunk/include/lldb/Host/HostInfo.h
lldb/trunk/include/lldb/Host/android/HostInfoAndroid.h
lldb/trunk/include/lldb/Host/android/ProcessLauncherAndroid.h
lldb/trunk/lldb.xcodeproj/project.pbxproj
lldb/trunk/source/Host/CMakeLists.txt
lldb/trunk/source/Host/android/HostInfoAndroid.cpp
lldb/trunk/source/Host/android/ProcessLauncherAndroid.cpp
lldb/trunk/source/Host/common/Host.cpp
lldb/trunk/source/Plugins/Platform/Android/CMakeLists.txt
lldb/trunk/source/Plugins/Platform/Android/Makefile
lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.h
lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp
lldb/trunk/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
lldb/trunk/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
lldb/trunk/source/Plugins/Platform/CMakeLists.txt
lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/trunk/source/lldb.cpp
|