[Lldb-commits] [PATCH] D12755: Improve the arm/aarch64 mapping symbol handling

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 10 06:29:03 PDT 2015


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

Improve the arm/aarch64 mapping symbol handling

Change the mapping symbol handling to handle the case when the mapping
symbols are prefixed with an arbitrary prefix. This isn't strictly standard
compliance, but if all symbols in an object file is prefixed with objcopy
then the prefix will be added to the mapping symbol also. We still want to
treat these symbols as mapping symbols to get the correct address class data.

http://reviews.llvm.org/D12755

Files:
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12755.34432.patch
Type: text/x-patch
Size: 6007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150910/42bd09ca/attachment.bin>


More information about the lldb-commits mailing list