[Lldb-commits] [PATCH] D119168: [lldb/crashlog] Fix arm64 register parsing on crashlog.py
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 8 08:16:23 PST 2022
shafik added inline comments.
================
Comment at: lldb/examples/python/crashlog.py:529
+ if key == "x":
+ registers.update(self.parse_thread_registers({ str(idx) : reg
+ for idx,reg in
----------------
nitpick: Is there a better way to format this code or rewrite it so that is reads better?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119168/new/
https://reviews.llvm.org/D119168
More information about the lldb-commits
mailing list