This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][ARM] Generalise adding register state in emulation tests and add D registers
ClosedPublic

Authored by DavidSpickett on Jul 25 2022, 1:31 AM.

Details

Summary

Since some s and d registers overlap we will error if we find both.
This prevents you overwriting one with the other in a test case.

Diff Detail

Event Timeline

DavidSpickett created this revision.Jul 25 2022, 1:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 1:31 AM
DavidSpickett requested review of this revision.Jul 25 2022, 1:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 1:31 AM
DavidSpickett retitled this revision from [LLDB][ARM] Generalise adding register state in emulation tests to [LLDB][ARM] Generalise adding register state in emulation tests and add D registers.
clayborg accepted this revision.Jul 25 2022, 5:05 PM
This revision is now accepted and ready to land.Jul 25 2022, 5:05 PM