This patch changes the way we dump the registers from the legacy
crashlog command to make sure that the ordering matches the one from lldb.
rdar://109172073
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
Paths
| Differential D156919
[lldb/crashlog] Make register output match lldb ordering in legacy mode ClosedPublic Authored by mib on Aug 2 2023, 10:36 AM.
Details Summary This patch changes the way we dump the registers from the legacy rdar://109172073 Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
Diff Detail
Event TimelineComment Actions In general looks good to me. I have one suggestion and one question.
This revision is now accepted and ready to land.Aug 2 2023, 1:58 PM Closed by commit rGf043e66e9883: [lldb/crashlog] Make register output match lldb ordering in legacy mode (authored by mib). · Explain WhyAug 12 2023, 12:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 549577 lldb/examples/python/crashlog.py
|
Is there a reason to do anything if self.arch isn't set? (Or is set to None)