Enhance the eh_frame unwind instruction augmenter so that
authorJason Molenda <jmolenda@apple.com>
Tue, 13 Jan 2015 07:39:03 +0000 (07:39 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 13 Jan 2015 07:39:03 +0000 (07:39 +0000)
commit26cc634dbfef1f8828f47066a163f9c07b4f741f
tree339dbfc82b6b5601156ebf000e6f750f97884ab4
parent22e59748efc116532f6ddd09f02dcf42fa64f647
Enhance the eh_frame unwind instruction augmenter so that
it will do the right thing on x86 routines with a mid-function
epilogue sequence (where the unwind rules need to be reinstalled
after the epilogue has completed).
<rdar://problem/19417410>

llvm-svn: 225773
lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp