[Lldb-commits] [PATCH] Create new platform: remote-android

Tamas Berghammer tberghammer at google.com
Thu Feb 12 05:20:00 PST 2015


Hi vharron, clayborg,

Create new platform: remote-android
    
* Create new platform plugin for lldb
* Create HostInfo class for android
* Create ProcessLauncher for android

http://reviews.llvm.org/D7584

Files:
  cmake/LLDBDependencies.cmake
  include/lldb/Host/Host.h
  include/lldb/Host/HostInfo.h
  include/lldb/Host/android/HostInfoAndroid.h
  include/lldb/Host/android/ProcessLauncherAndroid.h
  lldb.xcodeproj/project.pbxproj
  source/Host/CMakeLists.txt
  source/Host/android/HostInfoAndroid.cpp
  source/Host/android/ProcessLauncherAndroid.cpp
  source/Host/common/Host.cpp
  source/Plugins/Platform/Android/CMakeLists.txt
  source/Plugins/Platform/Android/Makefile
  source/Plugins/Platform/Android/PlatformAndroid.cpp
  source/Plugins/Platform/Android/PlatformAndroid.h
  source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
  source/Plugins/Platform/CMakeLists.txt
  source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  source/lldb.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7584.19820.patch
Type: text/x-patch
Size: 43416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150212/43c131ca/attachment.bin>


More information about the lldb-commits mailing list