This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Reproducers] Instrument SBFile
ClosedPublic

Authored by JDevlieghere on Feb 4 2020, 1:14 PM.

Details

Summary

Currently SBFile isn't really instrumented, which was causing trouble when capturing and replaying the Python test suite. The class is particularly tricky because one of its constructors takes a FileSP which isn't instrumented. Until we have proper shadowing in place, we'll simply always record a nullptr.

Diff Detail

Event Timeline

JDevlieghere created this revision.Feb 4 2020, 1:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2020, 1:14 PM
labath accepted this revision.Feb 4 2020, 1:32 PM
This revision is now accepted and ready to land.Feb 4 2020, 1:32 PM
This revision was automatically updated to reflect the committed changes.