Gracefully deal with JSON crashlogs that don't have thread state
available and print an error saying as much: "No thread state (register
information) available".
rdar://83955858
Paths
| Differential D111341
[lldb] Support missing threadState in JSON crashlogs ClosedPublic Authored by JDevlieghere on Oct 7 2021, 12:28 PM.
Details Summary Gracefully deal with JSON crashlogs that don't have thread state rdar://83955858
Diff Detail
Event TimelineJDevlieghere created this revision. This revision is now accepted and ready to land.Oct 7 2021, 12:54 PM Closed by commit rGb913065bf470: [lldb] Support missing threadState in 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 378034 lldb/examples/python/crashlog.py
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/no_threadState.ips
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no_threadState.test
|