[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
================
@@ -357,7 +357,7 @@ void LineTable::Dump(Stream *s, Target *target, Address::DumpStyle style,
Address::DumpStyle fallback_style, bool show_line_ranges) {
const size_t count = m_entries.size();
LineEntry line_entry;
- FileSpec prev_file;
+ SupportFileSP prev_file;
----------------
medismailben wrote:
ditto
https://github.com/llvm/llvm-project/pull/77999
More information about the lldb-commits
mailing list