Files
clang-p2996/lldb/source/Utility/DataExtractor.cpp
Ayke van Laethem ec1efe7113 [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
2020-02-25 16:27:38 +01:00

37 KiB