[all-commits] [llvm/llvm-project] 16dd69: [crashlog] Modularize parser
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Nov 3 10:21:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 16dd69347dfc80ec52f656b971102c31ccf78449
https://github.com/llvm/llvm-project/commit/16dd69347dfc80ec52f656b971102c31ccf78449
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M lldb/examples/python/crashlog.py
Log Message:
-----------
[crashlog] Modularize parser
Instead of parsing the crashlog in one big loop, use methods that
correspond to the different parsing modes.
Differential revision: https://reviews.llvm.org/D90665
More information about the All-commits
mailing list