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

2021-03-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
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

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

2021-03-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
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

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

2021-03-09 Thread Adrian Prantl via Phabricator via lldb-commits
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'] --

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

2021-03-08 Thread Jonas Devlieghere via Phabricator via lldb-commits
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/