llvm-project/lldb/source
Omair Javaid e114a1711a rL267291: Architecture change to thumb on parsing arm.attributes causes regression.
Remove case handling elf arm attribute Tag_THUMB_ISA_use and setting architecture to thumb. 

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

llvm-svn: 267550
2016-04-26 11:26:00 +00:00
..
API Source: fix another -Wunused-variable warning 2016-04-22 23:08:34 +00:00
Breakpoint Breakpoint conditions were making result variables, which they should not do. 2016-04-12 17:17:35 +00:00
Commands Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Core Fix arm-linux-gnueabi regression due to rL267291 2016-04-26 01:08:59 +00:00
DataFormatters Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Expression When building the list of variables we're going to write "using $_lldb_local_vars" 2016-04-26 00:29:59 +00:00
Host Host: fix some -Wformat-pedantic warnings 2016-04-21 16:55:58 +00:00
Initialization Move DynamicLoader plugins to SystemInitializerFull 2016-03-29 15:00:26 +00:00
Interpreter Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Plugins rL267291: Architecture change to thumb on parsing arm.attributes causes regression. 2016-04-26 11:26:00 +00:00
Symbol Fixed in issue with ObjectFileMachO where it would add empty sections to the section list that was used to try and cap symbols to the max address of the section in which it is contained. The empty sections would make cap the symbols and make their sizes zero. Also fixed a few other things that could cause problems in the SymbolFileDWARFDebugMap when zero sized symbols were found and used to make OSO range map entries. 2016-04-22 22:35:08 +00:00
Target When building the list of variables we're going to write "using $_lldb_local_vars" 2016-04-26 00:29:59 +00:00
Utility Work around a linux libc bug causing a crash in TaskPool 2016-04-15 10:49:07 +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