[lldb] Parse image high address from JSON crashlogs
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 11 Apr 2023 21:45:34 +0000 (14:45 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 11 Apr 2023 21:46:49 +0000 (14:46 -0700)
commitb67b7bb2f73568efac077de189f86e86d9e010d6
tree4ffcf081af703fc2bc668929c878e22ebbc3f11b
parentda5bea948df0f39c8e120203cf93b5995846a7b8
[lldb] Parse image high address from JSON crashlogs

Use the base + size to correctly populate the image high address when
parsing JSON crashlogs.

Differential revision: https://reviews.llvm.org/D148053
lldb/examples/python/crashlog.py