Page MenuHomeFreeBSD

Add a NT_ARM_VFP ELF core note to hold VFP registers for each thread.
ClosedPublic

Authored by jhb on Sep 9 2017, 2:36 PM.
Tags
None
Referenced Files
F113860344: D12293.id33072.diff
Fri, Apr 4, 5:44 PM
Unknown Object (File)
Tue, Mar 11, 5:22 PM
Unknown Object (File)
Feb 3 2025, 3:02 AM
Unknown Object (File)
Jan 30 2025, 8:07 AM
Unknown Object (File)
Jan 29 2025, 7:18 PM
Unknown Object (File)
Jan 29 2025, 7:07 PM
Unknown Object (File)
Jan 24 2025, 10:18 PM
Unknown Object (File)
Jan 24 2025, 9:45 PM
Subscribers

Details

Summary

The core note matches the format and layout of NT_ARM_VFP on Linux.
Debuggers use the AT_HWCAP flags to determine how many VFP registers
are actually used and their format.

Test Plan

This is part of a series to use 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:34 AM
  • Add NT_ARM_VFP support to gcore.
This revision now requires review to proceed.Sep 12 2017, 7:47 PM
This revision was automatically updated to reflect the committed changes.