[all-commits] [llvm/llvm-project] 91d3f7: [lldb] Update register state parsing for JSON cras...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Apr 22 16:41:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91d3f73937b603b168a2be40f57a81efcc37da86
https://github.com/llvm/llvm-project/commit/91d3f73937b603b168a2be40f57a81efcc37da86
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M lldb/examples/python/crashlog.py
M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test
M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test
Log Message:
-----------
[lldb] Update register state parsing for JSON crashlogs
- The register encoding state in the JSON crashlog format changes.
Update the parser accordingly.
- Print the register state when printing the symbolicated thread.
More information about the All-commits
mailing list