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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 3 10:50:29 PST 2024


================
@@ -17,13 +17,41 @@
 namespace lldb_private {
 class Stream;
 
+/// Represents a source file whose contents is known (for example
----------------
JDevlieghere wrote:

Let's call this `LazySupportFile` maybe?

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


More information about the lldb-commits mailing list