[Lldb-commits] [lldb] [lldb] Store SupportFile in LineEntry (NFC) (PR #77999)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 12 16:43:39 PST 2024


================
@@ -133,7 +134,8 @@ struct LineEntry {
   AddressRange range; ///< The section offset address range for this line entry.
   FileSpec file; ///< The source file, possibly mapped by the target.source-map
                  ///setting
-  FileSpec original_file; ///< The original source file, from debug info.
+  lldb::SupportFileSP
+      original_file; ///< The original source file, from debug info.
----------------
medismailben wrote:

nit: `original_file_sp`

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


More information about the lldb-commits mailing list