[Lldb-commits] [PATCH] D131085: [lldb/crashlog] Refactor the CrashLogParser logic
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 4 09:25:40 PDT 2022
JDevlieghere added inline comments.
================
Comment at: lldb/examples/python/crashlog.py:417
+class CrashLogParser(object):
+ "Base class and factory."
+ def __new__(cls, debugger, path, verbose, *args, **kwargs):
----------------
JDevlieghere wrote:
>
This is not done (yet)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131085/new/
https://reviews.llvm.org/D131085
More information about the lldb-commits
mailing list