[Lldb-commits] [PATCH] D131085: [lldb/crashlog] Refactor the CrashLogParser logic

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 15:16:15 PDT 2022


kastiglione added inline comments.


================
Comment at: lldb/examples/python/crashlog.py:447
+class JSONCrashLogParser(CrashLogParser):
+    def __new__(cls, debugger, path, verbose):
+        with open(path, 'r') as f:
----------------
can this be an `__init__`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131085/new/

https://reviews.llvm.org/D131085



More information about the lldb-commits mailing list