[Lldb-commits] [PATCH] D13380: Fix several issues around .ARM.exidx section handling

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 2 03:39:22 PDT 2015


tberghammer created this revision.
tberghammer added a reviewer: labath.
tberghammer added a subscriber: lldb-commits.
Herald added subscribers: rengolin, aemerson.

Fix several issues around .ARM.exidx section handling

* Use .ARM.exidx as a fallback unwind plan for non-call site when the
  instruction emulation based unwind failed.
* Work around an old compiler issue where the compiler isn't sort the
  entries in .ARM.exidx based on their address.
* Fix unwind info parsing when the virtual file address >= 0x80000000
* Fix bug in unwind info parsing when neither lr nor pc is explicitly
  restored.

http://reviews.llvm.org/D13380

Files:
  include/lldb/Symbol/ArmUnwindInfo.h
  source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  source/Symbol/ArmUnwindInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13380.36338.patch
Type: text/x-patch
Size: 8087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151002/4e5eb30a/attachment.bin>


More information about the lldb-commits mailing list