Instead of parsing the crashlog in one big loop, use methods that correspond to the different parsing modes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90665
[crashlog] Modularize parser ClosedPublic Authored by JDevlieghere on Nov 2 2020, 8:39 PM.
Details
Summary Instead of parsing the crashlog in one big loop, use methods that correspond to the different parsing modes.
Diff Detail
Event TimelineJDevlieghere created this revision. This revision is now accepted and ready to land.Nov 2 2020, 8:57 PM Closed by commit rG16dd69347dfc: [crashlog] Modularize parser (authored by JDevlieghere). · Explain WhyNov 3 2020, 10:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302610 lldb/examples/python/crashlog.py
|