hanchenye-llvm-project/lldb
Francis Ricci decd2d7701 Don't attempt to use mpx registers on unsupported platforms
Summary:
The existing cpp-level checks using PR_MPX_ENABLE_MANAGEMENT aren't sufficient,
as this isn't defined for linux kernel versions below 3.19.

Reviewers: valentinagiusti, zturner, labath

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D32719

llvm-svn: 302027
2017-05-03 15:00:04 +00:00
..
cmake [CMake] Abstract Config.h generation for Xcode 2017-04-27 16:04:26 +00:00
docs Fix a race condition in FuncUnwinders where the mutex was being 2017-02-24 03:35:46 +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 Change UniqueCStringMap to use ConstString as the key 2017-05-02 10:17:30 +00:00
lit [test] Fix finding LLDB tools when building stand-alone 2017-02-19 22:11:38 +00:00
lldb.xcodeproj Public headers need to be public. 2017-04-28 21:03:18 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Don't attempt to use mpx registers on unsupported platforms 2017-05-03 15:00:04 +00:00
resources
scripts Initial implementation of SB APIs for Tracing support. 2017-04-26 08:48:50 +00:00
source Check for lack of C++ context first when demangling 2017-05-03 10:00:00 +00:00
test [CMake] Override debugserver to use the build tree on Darwin 2017-03-14 20:04:46 +00:00
third_party/Python/module
tools Re-landing IPv6 support for LLDB Host 2017-04-26 23:17:20 +00:00
unittests ObjectFileELF: Fix symbol lookup in bss section 2017-05-02 12:40:31 +00:00
utils
www Remove the home-grown android toolchain file and all references to it 2017-04-25 12:58:49 +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 Greg Clayton is no longer working at Apple, he will continue to 2017-03-01 00:00:45 +00:00
INSTALL.txt Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
LICENSE.TXT
use_lldb_suite_root.py