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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D111339
[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 TimelineJDevlieghere created this revision. This revision is now accepted and ready to land.Oct 7 2021, 12:57 PM Closed by commit rGb225c5f7861c: [lldb] Parse and display reporting errors from JSON crashlogs (authored by JDevlieghere). · Explain WhyOct 7 2021, 3:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 377958 lldb/examples/python/crashlog.py
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.ips
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test
|