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

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 18 17:05:34 PST 2023


adrian-prantl wrote:

The primary use-case I have in mind for this are Swift macro expansions, which may produce hundreds of tiny inline files per source file, hence the lazy approach.

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


More information about the lldb-commits mailing list