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
F81675359: D15458.diff
Fri, Apr 19, 6:37 PM
Unknown Object (File)
Sun, Apr 14, 5:53 AM
Unknown Object (File)
Sun, Apr 14, 3:32 AM
Unknown Object (File)
Jan 27 2024, 2:53 AM
Unknown Object (File)
Dec 20 2023, 6:57 AM
Unknown Object (File)
Dec 10 2023, 7:44 PM
Unknown Object (File)
Nov 20 2023, 12:26 PM
Unknown Object (File)
Nov 7 2023, 4:35 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.