llvm-project/lldb
Jason Molenda 2630acc0c5 Finish adding the individual instruction tests to the x86 unwinder
unittests.  If I have time, I'd like to see if I can write some
tests of the eh_frame augmentation which is a wholly separate code
path (it seems like maybe it should be rolled into the main instruction
scanning codepath, to be honest, and operate on the generated
UnwindPlan instead of bothering with raw instructions at all).  

Outside the eh_frame augmentation, I'm comfortable that this unwind
generator is being tested well now.

llvm-svn: 283186
2016-10-04 05:10:06 +00:00
..
cmake [CMake] Fixing a small hack in add_lldb_library 2016-09-22 21:08:27 +00:00
docs
examples
include/lldb Modernize some code related to Args usage / implementation. 2016-10-03 23:20:36 +00:00
lit Fix regex in lldb lit test TestCallStopAndContinue 2016-10-03 00:07:24 +00:00
lldb.xcodeproj Re-commit the changes from r282565 that I had to back out because of 2016-09-29 01:00:16 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Fix test when using remote debugging. 2016-10-04 00:32:20 +00:00
resources
scripts Add an accessor to get the value of RC_PLATFORM_NAME at build time 2016-09-23 22:30:08 +00:00
source Finish adding the individual instruction tests to the x86 unwinder 2016-10-04 05:10:06 +00:00
test
third_party/Python/module
tools Add the ability for the task port to change when a process execs. 2016-09-28 21:07:34 +00:00
unittests Finish adding the individual instruction tests to the x86 unwinder 2016-10-04 05:10:06 +00:00
utils
www Add a quick note about how to build lldb with debug info using 2016-09-29 21:47:15 +00:00
.arcconfig
.clang-format
.gitignore test infra: clear file-charged issues on rerun of file 2016-10-01 00:17:08 +00:00
CMakeLists.txt [CMake] Initial support for LLDB.framework 2016-09-21 21:02:16 +00:00
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py