This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Parse and display reporting errors from JSON crashlogs
ClosedPublic

Authored by JDevlieghere on Oct 7 2021, 12:16 PM.

Details

Summary

JSON crashlogs have an optional field named reportNotes that contains any potential errors encountered by the crash reporter when generating the crashlog. Parse and display them in LLDB.

Diff Detail

Event Timeline

JDevlieghere requested review of this revision.Oct 7 2021, 12:16 PM
JDevlieghere created this revision.
aprantl accepted this revision.Oct 7 2021, 12:57 PM

sgtm

This revision is now accepted and ready to land.Oct 7 2021, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2021, 3:54 PM