[Lldb-commits] [lldb] [DRAFT] Add support for inline DWARF source files. (PR #75880)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 19 17:49:30 PST 2023


adrian-prantl wrote:

@JDevlieghere and I had an offline conversation about whether we couldn't separate out a SupportFileList from FileSpecList to limit the amount of places that need to think about lazy files and also to potentially move the FileSpec::m_checksum into. Here is a very rough patch that implements this idea to show how much of LLDB is affected by the change.

https://github.com/llvm/llvm-project/pull/75880


More information about the lldb-commits mailing list