[Lldb-commits] [PATCH] D13245: Add support for .ARM.exidx unwind information

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 29 07:23:12 PDT 2015


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

.ARM.exidx/.ARM.extab sections contain unwind information used on ARM architecture from unwinding from an exception.

http://reviews.llvm.org/D13245

Files:
  include/lldb/Symbol/ArmUnwindInfo.h
  include/lldb/Symbol/FuncUnwinders.h
  include/lldb/Symbol/UnwindTable.h
  include/lldb/lldb-enumerations.h
  include/lldb/lldb-forward.h
  source/Commands/CommandObjectTarget.cpp
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  source/Symbol/ArmUnwindInfo.cpp
  source/Symbol/CMakeLists.txt
  source/Symbol/FuncUnwinders.cpp
  source/Symbol/ObjectFile.cpp
  source/Symbol/UnwindTable.cpp
  source/Utility/ConvertEnum.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13245.35970.patch
Type: text/x-patch
Size: 30892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150929/dae64d16/attachment-0001.bin>


More information about the lldb-commits mailing list