hanchenye-llvm-project/lldb/source
Tamas Berghammer 45dbfa1f83 Upgrade the arm/thumb architecture used by the disassembler
Previously we were using thumbv7 and armv8.1a what ended up showing a
few undefined instruction when disassembling code. This CL update the
architectures used to armv8.2a and thumbv8.2a (newest available) so we
display all instruction in the disassambly.

llvm-svn: 262482
2016-03-02 12:42:43 +00:00
..
API Add a set of new plugins to handle Java debugging 2016-02-26 14:21:23 +00:00
Breakpoint Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Commands When 'help' cannot find a command, produce additional help text that also points the user to the apropos and type lookup commands 2016-02-29 23:22:53 +00:00
Core Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. 2016-03-02 02:18:18 +00:00
DataFormatters Fix a typo in FormatCache.cpp such that the cache would potentially return an invalid format in some cases 2016-02-18 19:23:52 +00:00
Expression Fix bug with function resolution when using IR Interpreter 2016-03-01 21:53:26 +00:00
Host Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. 2016-02-26 01:20:20 +00:00
Initialization Don't use an atexit handler for cleaning up the temp directory. 2016-02-19 19:20:44 +00:00
Interpreter Change the user-visible name for the argument type language to source-language 2016-02-29 21:37:01 +00:00
Plugins Upgrade the arm/thumb architecture used by the disassembler 2016-03-02 12:42:43 +00:00
Symbol Fix compiler warnings in the java code 2016-02-29 11:44:15 +00:00
Target Fix MSVC build failure in source/Target/Process.cpp. 2016-03-01 02:08:37 +00:00
Utility Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. 2016-02-26 01:20:20 +00:00
CMakeLists.txt
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00