llvm-project/lldb/source/Plugins/UnwindAssembly/x86
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
..
CMakeLists.txt Re-commit the changes from r282565 that I had to back out because of 2016-09-29 01:00:16 +00:00
UnwindAssembly-x86.cpp Re-commit the changes from r282565 that I had to back out because of 2016-09-29 01:00:16 +00:00
UnwindAssembly-x86.h Re-commit the changes from r282565 that I had to back out because of 2016-09-29 01:00:16 +00:00
x86AssemblyInspectionEngine.cpp Finish adding the individual instruction tests to the x86 unwinder 2016-10-04 05:10:06 +00:00
x86AssemblyInspectionEngine.h Finish adding the individual instruction tests to the x86 unwinder 2016-10-04 05:10:06 +00:00