kastiglione accepted this revision.
kastiglione added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: lldb/examples/python/crashlog.py:1251-1253
+                    err = lldb.SBError()
+                    err.SetErrorString(str(e))
+                    result.SetError(err)
----------------
minor but I think this can be a single statement: `result.SetError(str(e))`


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

https://reviews.llvm.org/D129614

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

Reply via email to