hanchenye-llvm-project/lldb/source
Jason Molenda 34549b8f75 Change the x86 assembly instruction unwind parser to
step through the complete function looking for any epilogue
instructions.  If we find an epilogue sequence, re-instate
the correct unwind instructions if there is more code past
that epilogue -- this will correctly handle an x86 function
with multiple epilogues in it.

NB there is still a bug with the "eh_frame augmented" 
UnwindPlans and mid-function epilogues.  Looking at that next.

<rdar://problem/18863406> 

llvm-svn: 225770
2015-01-13 06:04:04 +00:00
..
API Provide CreateValueFromData,Expression at the SBTarget level as well as the SBValue level; and also make all the implenentations agree on using the matching ValueObject::Create instead of doing code copypastas 2014-12-17 21:18:43 +00:00
Breakpoint Fix initialization order to match that of the source. 2014-12-17 22:25:37 +00:00
Commands Change the x86 assembly instruction unwind parser to 2015-01-13 06:04:04 +00:00
Core Make the list of synthetic children thread safe 2015-01-09 19:47:45 +00:00
DataFormatters Change auto to size_t to fix warning. 2015-01-09 20:15:03 +00:00
Expression Fix issues with LLDB's interpreter and MS ABI guard variables. 2015-01-09 21:12:22 +00:00
Host Fix needed for the new terminal test I previously checked in. It was crashing due to a NULL dereference. 2015-01-06 23:33:34 +00:00
Interpreter Add support for character option types. 2015-01-12 20:44:02 +00:00
Plugins Change the x86 assembly instruction unwind parser to 2015-01-13 06:04:04 +00:00
Symbol Change the x86 assembly instruction unwind parser to 2015-01-13 06:04:04 +00:00
Target Dynamic values have been around (and stable and reliable) for long enough that we can turn them on by default 2015-01-09 00:47:24 +00:00
Utility Add RegisterNumber.cpp. 2015-01-10 10:39:27 +00:00
CMakeLists.txt [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIX 2014-12-29 12:42:33 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00