mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
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:
committed by
GitHub
parent
e2fa90fa0a
commit
a289f66efd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user