[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
================
@@ -45,13 +48,61 @@ class FileSpecHolder {
}
};
+class SupportFileList {
----------------
JDevlieghere wrote:
Let's call this `SupportFile` to match the `SupportFileList`. This is where I'll add my MD5 checksum to.
https://github.com/llvm/llvm-project/pull/75880
More information about the lldb-commits
mailing list