hanchenye-llvm-project/lldb
Pavel Labath e8cd2cca91 Revert "Fix FDE indexing while scan debug_info section."
This reverts commit r303847 as it introduces a number of regressions.
Investigation has showed that we are parsing the CIE entries in the
debug_frame section incorrectly -- we are parsing them the same way as
eh_frame, but the entries in debug_frame have a couple of extra entries
which have not been taken into account.

llvm-svn: 303854
2017-05-25 13:13:12 +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 Add Status -- llvm::Error glue 2017-05-18 12:46:50 +00:00
lit [test] Fix finding LLDB tools when building stand-alone 2017-02-19 22:11:38 +00:00
lldb.xcodeproj Fixed the OS X build after Error -> Status rename. 2017-05-12 21:53:44 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Recommit "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false" 2017-05-25 10:50:06 +00:00
resources
scripts Add support for new (3.0.11+) swigs 2017-05-23 10:55:17 +00:00
source Revert "Fix FDE indexing while scan debug_info section." 2017-05-25 13:13:12 +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 Rename Error -> Status. 2017-05-12 04:51:55 +00:00
unittests Add Status -- llvm::Error glue 2017-05-18 12:46:50 +00:00
utils
www Added "info threads", "thread 1" and "apropos". 2017-05-05 23:38:26 +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