[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)
This is another step towards supporting DWARF5 checksums and inline source code in LLDB. This is a reland of #85468 but without the functional change of storing the support file from the line table (yet).
This commit is contained in:
committed by
GitHub
parent
0c8dfc85c3
commit
556fe5f290
@@ -819,7 +819,7 @@ SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame,
|
||||
step_file_spec = sb_file_spec.ref();
|
||||
} else {
|
||||
if (frame_sc.line_entry.IsValid())
|
||||
step_file_spec = frame_sc.line_entry.file;
|
||||
step_file_spec = frame_sc.line_entry.GetFile();
|
||||
else {
|
||||
sb_error.SetErrorString("invalid file argument or no file for frame");
|
||||
return sb_error;
|
||||
|
||||
Reference in New Issue
Block a user