[all-commits] [llvm/llvm-project] 2cbd3b: [lldb] Support "absolute memory address" images in...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Apr 19 10:27:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cbd3b04feaaaff7fab4c6500476839a23180886
https://github.com/llvm/llvm-project/commit/2cbd3b04feaaaff7fab4c6500476839a23180886
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M lldb/examples/python/crashlog.py
Log Message:
-----------
[lldb] Support "absolute memory address" images in crashlog.py
The binary image list contains the following entry when a frame is not
found in any know binary image:
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
}
Note that this object is missing the name and path keys. This patch
makes the JSON parser resilient against their absence.
More information about the All-commits
mailing list