llvm-project/lldb
Ed Maste 7d6753738a elf-core: Run-time reg context selection
Instantiate RegisterContextCore... based on getOS() instead of with
compile-time #ifdef-ery.

The assert()s here are unfortunate, but better than crashing with no
explanation.  (This would previously happen for an unsupported
architecture, anyhow.)

We should add an equivalent OS and architecture test to
ProcessElfCore::DoLoadCore() and cleanly report the error to the user.

llvm-svn: 186865
2013-07-22 20:20:55 +00:00
..
docs Minor typeo fixes in doc scripts 2013-07-19 17:32:48 +00:00
examples Fix typeo in diagnose-unwind.py. 2013-07-15 22:40:17 +00:00
include This commit does two things. One, it converts the return value of the QueueThreadPlanXXX 2013-07-18 21:48:26 +00:00
lib Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00
lldb.xcodeproj Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
scripts Second attempt at getting the PyCallable changes in trunk 2013-07-09 20:14:26 +00:00
source elf-core: Run-time reg context selection 2013-07-22 20:20:55 +00:00
test Reworked the test decorators to match the test results on the buildbots. 2013-07-19 20:22:43 +00:00
tools Use the correct call to close down the lockdown connection. 2013-07-18 18:48:57 +00:00
utils Fixed continue issues with process attach/detach 2013-05-28 21:27:03 +00:00
www Add another link to the Python API docs. 2013-07-19 19:15:45 +00:00
.arcconfig Adding .arcconfig file to LLDB to allow using Phabricator for reviews 2013-05-23 20:21:28 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
CMakeLists.txt Revise r184335 so that warning suppression flag is only for clang 3.4 and higher 2013-06-20 06:47:36 +00:00
INSTALL.txt Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. 2013-02-21 22:37:18 +00:00
LICENSE.TXT
Makefile Fix Linux i386 build 2013-03-07 00:48:53 +00:00