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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D130462
[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.
Diff Detail
Event TimelineDavidSpickett added a child revision: D130464: [lldb][ARM] Print mismatched registers in emulation tests.Jul 25 2022, 2:19 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. This revision is now accepted and ready to land.Jul 25 2022, 5:05 PM Closed by commit rG290c4bc7be45: [LLDB][ARM] Generalise adding register state in emulation tests and add D… (authored by DavidSpickett). · Explain WhyJul 26 2022, 1:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 447611 lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
|