This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Parse the crashlog only once
ClosedPublic

Authored by JDevlieghere on Apr 11 2023, 4:35 PM.

Details

Summary

Now that we can pass Python objects to the scripted process instance, we don't need to parse the crashlog twice anymore.

Diff Detail

Event Timeline

JDevlieghere created this revision.Apr 11 2023, 4:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 4:35 PM
JDevlieghere requested review of this revision.Apr 11 2023, 4:35 PM
mib accepted this revision.Apr 11 2023, 4:54 PM

LGTM!

This revision is now accepted and ready to land.Apr 11 2023, 4:54 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 5:05 PM