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)
Sat, Nov 15, 9:34 PM
Unknown Object (File)
Sat, Nov 15, 9:24 PM
Unknown Object (File)
Sat, Nov 15, 2:47 PM
Unknown Object (File)
Sat, Nov 15, 1:03 PM
Unknown Object (File)
Sun, Nov 2, 11:57 PM
Unknown Object (File)
Sat, Nov 1, 12:59 PM
Unknown Object (File)
Sat, Nov 1, 8:42 AM
Unknown Object (File)
Sat, Nov 1, 8:42 AM
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 11454
Build 11810: 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.