[AVR] Recognize the AVR architecture in lldb
authorAyke van Laethem <aykevanlaethem@gmail.com>
Tue, 28 Jan 2020 10:56:24 +0000 (11:56 +0100)
committerAyke van Laethem <aykevanlaethem@gmail.com>
Thu, 30 Jan 2020 12:40:31 +0000 (13:40 +0100)
commit727ed11b24c08c84a608886a1716b81c93640d80
tree155e3b11b9748dbe3dd59e88e32bba9729817e4e
parent86aae78268f31e58b619c9ae69e8b661dfacb9f4
[AVR] Recognize the AVR architecture in lldb

This commit adds AVR support to lldb. With this change, it can load a
binary and do basic things like dump a line table.

Not much else has been implemented, that should be done in later
changes.

Differential Revision: https://reviews.llvm.org/D73539
lldb/include/lldb/Utility/ArchSpec.h
lldb/source/Utility/ArchSpec.cpp
lldb/test/Shell/ObjectFile/ELF/avr-basic-info.yaml [new file with mode: 0644]