[lldb] Update register state parsing for JSON crashlogs
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 22 Apr 2021 23:37:25 +0000 (16:37 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 22 Apr 2021 23:40:59 +0000 (16:40 -0700)
commit91d3f73937b603b168a2be40f57a81efcc37da86
tree72fe14de6a75bd889c947214a1841e7f0865e563
parent8c17a875150f8e736e8f9061ddf084397f45f4c5
[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.
lldb/examples/python/crashlog.py
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test