clayborg added inline comments.

================
Comment at: lldb/examples/python/crashlog.py:708
+            crash_log_paser = CrashLogParser(crash_log_file, options.verbose)
+            crash_log = crash_log_parser.parse()
+        except Exception as e:
----------------
clayborg wrote:
> or this line can be:
> ```
> crash_log = CrashLogParser(crash_log_file, options.verbose).parse()
> ```
might be nice to test this somehow since this would have failed has this change 
gone through.


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

https://reviews.llvm.org/D90664

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to