llvm-project/lldb/source
Tamas Berghammer c662533d05 Ignore oatdata and oatexec symbols more widely
These are artifical symbols inside android oat files without any value
for the user while causing a significant perfoamce hit inside the
unwinder. We were already ignoring it inside system@framework@boot.oat
bot they have to be ignored in every oat file. Considering that oat
files are only used on android this have no effect on any other
platfrom.

llvm-svn: 274500
2016-07-04 13:31:57 +00:00
..
API Added support for thread local variables on all Apple OS variants. 2016-07-01 17:17:23 +00:00
Breakpoint Lock the access to the BreakpointLocationCollection. 2016-05-26 23:55:04 +00:00
Commands Added support for thread local variables on all Apple OS variants. 2016-07-01 17:17:23 +00:00
Core 64-bit LEB values are not always correctly decoded due to a casting issue, now they are. 2016-06-28 17:14:18 +00:00
DataFormatters remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Expression Added support for thread local variables on all Apple OS variants. 2016-07-01 17:17:23 +00:00
Host Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
Initialization Remove platform plugins from lldb-server 2016-06-29 13:58:27 +00:00
Interpreter Validate the option index before trying to access an array element using it - OptionArgElement can potentially use negative indices to mean interesting, but non option, states 2016-06-29 20:23:03 +00:00
Plugins Ignore oatdata and oatexec symbols more widely 2016-07-04 13:31:57 +00:00
Symbol Fix ClangASTContext after some clang API changes 2016-07-04 09:11:08 +00:00
Target Added support for thread local variables on all Apple OS variants. 2016-07-01 17:17:23 +00:00
Utility Skip leading spaces when decoding hex values 2016-05-24 18:19:45 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00