This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Set correct register number for cpsr (GENERIC_REGNUM_FLAGS)
ClosedPublic

Authored by JDevlieghere on May 20 2022, 9:31 AM.

Details

Summary

Report the correct register number (GENERIC_REGNUM_FLAGS) for cpsr. This fixes TestLldbGdbServer.py on Apple Silicon.

Diff Detail

Event Timeline

JDevlieghere created this revision.May 20 2022, 9:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 9:31 AM
JDevlieghere requested review of this revision.May 20 2022, 9:31 AM
jasonmolenda accepted this revision.May 20 2022, 9:34 AM

Ah, good catch!

This revision is now accepted and ready to land.May 20 2022, 9:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 9:37 AM