[Lldb-commits] [PATCH] Ignore mapping symbols on aarch64
Tamas Berghammer
tberghammer at google.com
Wed Apr 1 09:40:53 PDT 2015
Hi clayborg, omjavaid,
Ignore mapping symbols on aarch64
ELF symbol tables on aarch64 may contains some mapping symbols. They
provide information about the underlying data but interfere with symbol
look-up of lldb. They are already ignored on arm32. With this CL they
will be ignored on aarch64 also.
http://reviews.llvm.org/D8776
Files:
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8776.23067.patch
Type: text/x-patch
Size: 5237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150401/fb23b333/attachment.bin>
More information about the lldb-commits
mailing list