hanchenye-llvm-project/lldb/source/Host/android
Pavel Labath 33b51e87e1 [linux] Use cmake to detect support process_vm_readv (bug #23918)
Summary:
Some old linux versions do not have process_vm_readv function defined. Even older versions do not
have even the __NR_process_vm_readv syscall number. We use cmake to detect these situations and
fallback appropriately: in the first case, we can issue the syscall manually, while it the latter
case, we need to drop fast memory read support completely.

Test Plan: linux test suite passes

Reviewers: ovyalov, Eugene.Zelenko

Subscribers: tberghammer, lldb-commits

Differential Revision: http://reviews.llvm.org/D10727

llvm-svn: 240927
2015-06-29 09:18:17 +00:00
..
HostInfoAndroid.cpp Use /data/local/tmp as temp directory on android 2015-05-08 12:46:26 +00:00
LibcGlue.cpp [linux] Use cmake to detect support process_vm_readv (bug #23918) 2015-06-29 09:18:17 +00:00
ProcessLauncherAndroid.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00