[Lldb-commits] [PATCH] Add code to exit the NativeProcessLinux Monitor thread on android

Tamas Berghammer tberghammer at google.com
Tue Mar 10 08:24:49 PDT 2015


Hi ovyalov,

Add code to exit the NativeProcessLinux Monitor thread on android

This change introduce the NativeProcessAndroid class and add custom cancellation logic to stop the monitor thread in NativeProcessLinux. It is required because android don't support the pthread_cancel method.

http://reviews.llvm.org/D8205

Files:
  cmake/LLDBDependencies.cmake
  source/Host/common/Host.cpp
  source/Plugins/Platform/Android/PlatformAndroid.cpp
  source/Plugins/Platform/Android/PlatformAndroid.h
  source/Plugins/Process/Android/CMakeLists.txt
  source/Plugins/Process/Android/Makefile
  source/Plugins/Process/Android/NativeProcessAndroid.cpp
  source/Plugins/Process/Android/NativeProcessAndroid.h
  source/Plugins/Process/CMakeLists.txt
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.h

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8205.21583.patch
Type: text/x-patch
Size: 23931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150310/9b3c69cd/attachment.bin>


More information about the lldb-commits mailing list