llvm-project/lldb/source/Plugins/ObjectFile
Tamas Berghammer 83544cf660 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
2015-04-07 10:43:50 +00:00
..
ELF Ignore mapping symbols on aarch64 2015-04-07 10:43:50 +00:00
JIT Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
Mach-O Handle LC_ENCRYPTION_64 in addition to LC_ENCRYPTION load commands in 2015-04-02 05:19:33 +00:00
PECOFF Avoid crashing by not mmap'ing files on network mounted file systems. 2015-02-23 23:47:09 +00:00
CMakeLists.txt Make cmake build the new ObjectFileJIT. 2014-03-24 23:11:37 +00:00