Page MenuHomeFreeBSD

Add ptrace operations to fetch and store VFP registers.
ClosedPublic

Authored by jhb on Sep 9 2017, 2:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 1, 11:10 PM
Unknown Object (File)
Jul 4 2025, 9:59 PM
Unknown Object (File)
Jul 2 2025, 9:54 PM
Unknown Object (File)
Jun 28 2025, 4:23 PM
Unknown Object (File)
Jun 27 2025, 2:45 AM
Unknown Object (File)
Jun 21 2025, 2:59 PM
Unknown Object (File)
Jun 11 2025, 2:53 PM
Unknown Object (File)
Jun 8 2025, 1:25 PM
Subscribers

Details

Test Plan

This is part of a patch series to support VFP registers in gdb on armv7.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11566
Build 11919: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 10 2017, 5:36 AM
andrew added inline comments.
sys/arm/include/ptrace.h
10

Where is this used?

sys/arm/include/ptrace.h
10

In userland consumers of the API (gcore and gdb).

  • Add explicit padding in vfpreg.
This revision now requires review to proceed.Sep 14 2017, 2:58 PM
This revision was automatically updated to reflect the committed changes.