[Lldb-commits] [PATCH] D98219: [lldb] Update crashlog script for JSON changes

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 9 09:34:35 PST 2021


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



More information about the lldb-commits mailing list