[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:

 - Presumably this class is primarily used for source files but can hold any file?
 - Represents a path to a file?
 - I think a common name for something like this is a "spooled" file, so maybe "SpooledFileSpec". 
 - I'm surprised this isn't a subclass of FileSpec.

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


More information about the lldb-commits mailing list