hanchenye-llvm-project/lldb
Pavel Labath 02f290f652 cmake: Enable process_vm_readv detection on android
Only android and linux can have this function as far as I am aware, but
it seems cleaner to enable this code for all platforms.

llvm-svn: 304405
2017-06-01 11:20:17 +00:00
..
cmake cmake: Enable process_vm_readv detection on android 2017-06-01 11:20:17 +00:00
docs Implementation of remote packets for Trace data. 2017-05-26 11:46:27 +00:00
examples Add an example command to toggle between disassembly-only and source mode. 2017-04-20 21:51:27 +00:00
include/lldb Replace forward decl with include to unbreak the build. 2017-05-29 14:40:07 +00:00
lit
lldb.xcodeproj Fixed the OS X build after Error -> Status rename. 2017-05-12 21:53:44 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Added a testcase for local/namespaced name conflicts. 2017-05-31 17:18:10 +00:00
resources
scripts Added new API to SBStructuredData class 2017-05-29 08:25:46 +00:00
source More StructuredData::Type::eTypeDictionary -> lldb::eStructuredDataTypeDictionary 2017-05-29 08:51:58 +00:00
test
third_party/Python/module
tools Fix a small issue with -var-update. 2017-06-01 10:33:13 +00:00
unittests Replaced StructuredData::Type with eStructuredDataType 2017-05-29 11:13:30 +00:00
utils
www Forgot to mention rewriting CommandObject::DoExecute 2017-06-01 01:05:30 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake] Abstract Config.h generation for Xcode 2017-04-27 16:04:26 +00:00
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py