This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/Linux] Support arbitrarily-sized FPR writes on ARM
ClosedPublic

Authored by mgorny on Oct 20 2021, 4:38 AM.

Details

Summary

Support arbitrarily-sized FPR writes on ARM in order to fix writing qN
registers directly. Currently, writing them works only by accident
due to value_regs splitting them into smaller writes via dN and sN
registers.

Diff Detail

Event Timeline

mgorny created this revision.Oct 20 2021, 4:38 AM
mgorny requested review of this revision.Oct 20 2021, 4:38 AM
labath accepted this revision.Oct 20 2021, 4:45 AM
This revision is now accepted and ready to land.Oct 20 2021, 4:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2021, 6:07 AM