[all-commits] [llvm/llvm-project] 727ed1: [AVR] Recognize the AVR architecture in lldb

Ayke via All-commits all-commits at lists.llvm.org
Thu Jan 30 04:41:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 727ed11b24c08c84a608886a1716b81c93640d80
      https://github.com/llvm/llvm-project/commit/727ed11b24c08c84a608886a1716b81c93640d80
  Author: Ayke van Laethem <aykevanlaethem at gmail.com>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/source/Utility/ArchSpec.cpp
    A lldb/test/Shell/ObjectFile/ELF/avr-basic-info.yaml

  Log Message:
  -----------
  [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




More information about the All-commits mailing list