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
F131786046: D12294.id32850.diff
Sat, Oct 11, 3:54 AM
Unknown Object (File)
Sun, Oct 5, 2:07 PM
Unknown Object (File)
Mon, Sep 15, 4:12 PM
Unknown Object (File)
Sep 3 2025, 5:46 PM
Unknown Object (File)
Sep 2 2025, 10:21 AM
Unknown Object (File)
Aug 14 2025, 10:46 PM
Unknown Object (File)
Aug 14 2025, 3:02 PM
Unknown Object (File)
Aug 1 2025, 11:10 PM
Subscribers

Details

Test Plan

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #32850)

Where is this used?

sys/arm/include/ptrace.h
10 ↗(On Diff #32850)

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.