[all-commits] [llvm/llvm-project] ec1efe: [LLDB] Let DataExtractor deal with two-byte addresses

Ayke via All-commits all-commits at lists.llvm.org
Tue Feb 25 07:28:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ec1efe71130f5b049e53828281204b50d89d4cf6
      https://github.com/llvm/llvm-project/commit/ec1efe71130f5b049e53828281204b50d89d4cf6
  Author: Ayke van Laethem <aykevanlaethem at gmail.com>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/unittests/Utility/DataExtractorTest.cpp

  Log Message:
  -----------
  [LLDB] Let DataExtractor deal with two-byte addresses

AVR usually uses two byte addresses. By making DataExtractor deal with
this, it is possible to load AVR binaries that don't have debug info
associated with them.

Differential Revision: https://reviews.llvm.org/D73969




More information about the All-commits mailing list