Page MenuHomeFreeBSD

Added ptrace support for reading/writing powerpc VSX registers
ClosedPublic

Authored by lffpires_ruabrasil.org on May 16 2018, 8:05 PM.
Referenced Files
F160490195: D15458.diff
Thu, Jun 25, 1:34 AM
F160416995: D15458.id42953.diff
Wed, Jun 24, 6:58 AM
Unknown Object (File)
Mon, Jun 22, 9:18 PM
Unknown Object (File)
Sun, Jun 21, 8:07 PM
Unknown Object (File)
Fri, Jun 19, 2:47 AM
Unknown Object (File)
Tue, Jun 16, 5:53 AM
Unknown Object (File)
Fri, Jun 12, 1:48 PM
Unknown Object (File)
Thu, Jun 4, 6:30 AM

Details

Summary

Added ptrace support for getting/setting the remaining part of the VSX registers (the part that's not already covered by FPR or VR registers).

This is necessary to add support for VSX registers in debuggers.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16826
Build 16708: arc lint + arc unit

Event Timeline

Looks fine to me. Very similar to what I did for Altivec.

This revision is now accepted and ready to land.May 16 2018, 8:17 PM
  • Added PT_GETVSRREGS/PT_SETVSRREGS to ptrace man pages
This revision now requires review to proceed.May 24 2018, 7:16 PM
This revision is now accepted and ready to land.May 31 2018, 4:47 AM
This revision was automatically updated to reflect the committed changes.