Ignore mapping symbols on aarch64
authorTamas Berghammer <tberghammer@google.com>
Tue, 7 Apr 2015 10:43:50 +0000 (10:43 +0000)
committerTamas Berghammer <tberghammer@google.com>
Tue, 7 Apr 2015 10:43:50 +0000 (10:43 +0000)
commit83544cf660d96e191f539ddb5e49aa6aa1feb93c
tree8d90ff11cd5aed08dde77f609adab676513c8487
parent303c3ac92563b138341f5bfda65f96c55290da3f
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.

Differential revision: http://reviews.llvm.org/D8776

llvm-svn: 234307
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h