llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation
Tamas Berghammer 022622f1d4 Improve conditional opcode handling in emulation based unwinding
Don't chane the CFI information when a conditional instruction
is emulated (eg.: popeq {r0, pc}) because the CFI for the next
instruction should be the same as the CFI for the current instruction.

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

llvm-svn: 242519
2015-07-17 11:44:14 +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
UnwindAssemblyInstEmulation.cpp Improve conditional opcode handling in emulation based unwinding 2015-07-17 11:44:14 +00:00
UnwindAssemblyInstEmulation.h Improve instruction emulation based stack unwinding on ARM 2015-06-24 11:27:32 +00:00