This revision was automatically updated to reflect the committed changes.
Closed by commit rGcc52ea30012d: [lldb] Update crashlog script for JSON changes
(authored by JDevlieghere).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.ll
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 oth
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']
--
JDevlieghere created this revision.
JDevlieghere added a reviewer: teemperor.
JDevlieghere requested review of this revision.
Update the crashlog script for changes to the JSON schema.
https://reviews.llvm.org/D98219
Files:
lldb/examples/python/crashlog.py
lldb/test/Shell/ScriptInterpreter/