[Lldb-commits] [PATCH] D98219: [lldb] Update crashlog script for JSON changes
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 9 09:35:06 PST 2021
JDevlieghere added inline comments.
================
Comment at: lldb/examples/python/crashlog.py:446
+ low = int(json_image['base'])
+ high = int(0)
+ name = json_image['name']
----------------
aprantl wrote:
> Time for me to learn some dark Python: What is 0 otherwise?
This was fine, just added the `int` for consistency :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98219/new/
https://reviews.llvm.org/D98219
More information about the lldb-commits
mailing list