aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/examples/python/crashlog.py:446
+            low = int(json_image['base'])
+            high = int(0)
+            name = json_image['name']
----------------
Time for me to learn some dark Python: What is 0 otherwise?


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

https://reviews.llvm.org/D98219

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

Reply via email to