This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [test] Rewrite g/p/G/P tests not to rely on hardcoded ARM regs
ClosedPublic

Authored by mgorny on Oct 9 2021, 9:06 AM.

Details

Summary

Rewrite the register reading/writing tests to use explicit qRegisterInfo
packets rather than relying on ARM registers being hardcoded in LLDB.
While at it, use x86_64 for tests -- since it was easier for me to get
the register lists from that architecture.

Diff Detail

Event Timeline

mgorny created this revision.Oct 9 2021, 9:06 AM
labath accepted this revision.Oct 11 2021, 4:01 AM
This revision is now accepted and ready to land.Oct 11 2021, 4:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2021, 5:12 AM