llvm-project/lldb/source/Plugins/UnwindAssembly/x86
Tamas Berghammer 86e7018e79 Add support for 'leal' instruction to UnwindAssembly-x86
Gcc for android use the leal instruction to substract from the stack
pointer in the prologue of a function call. This patch add basic support
for evaluating this instruction to support stack unwinding on
android-x86.

Differential revision: http://reviews.llvm.org/D8583

llvm-svn: 233178
2015-03-25 10:46:45 +00:00
..
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile Add UnwindAssembly plugins to makefile build 2011-05-19 17:34:58 +00:00
UnwindAssembly-x86.cpp Add support for 'leal' instruction to UnwindAssembly-x86 2015-03-25 10:46:45 +00:00
UnwindAssembly-x86.h On x86 & x86_64, try to use eh_frame for frame 0. 2014-08-25 20:29:09 +00:00