Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)

Reverts llvm/llvm-project#85468 because @slackito reports this broke
stepping in one of their tests [1] and this patch was meant to be NFC.

[1]
d5a277d309 (commitcomment-139991120)
This commit is contained in:
Jonas Devlieghere
2024-03-19 17:48:46 -07:00
committed by GitHub
parent e2fa90fa0a
commit a289f66efd
26 changed files with 71 additions and 89 deletions

View File

@@ -1922,7 +1922,7 @@ bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source,
size_t num_lines =
target->GetSourceManager().DisplaySourceLinesWithLineNumbers(
m_sc.line_entry.GetFile(), start_line, m_sc.line_entry.column,
m_sc.line_entry.file, start_line, m_sc.line_entry.column,
source_lines_before, source_lines_after, "->", &strm);
if (num_lines != 0)
have_source = true;