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
F163084606: D12293.id32987.diff
Sun, Jul 19, 10:49 PM
Unknown Object (File)
Sat, Jul 18, 6:57 AM
Unknown Object (File)
Wed, Jul 15, 5:01 PM
Unknown Object (File)
Tue, Jul 14, 4:12 PM
Unknown Object (File)
Jun 18 2026, 5:49 PM
Unknown Object (File)
Jun 15 2026, 3:04 AM
Unknown Object (File)
Jun 14 2026, 4:29 PM
Unknown Object (File)
Jun 14 2026, 3:27 AM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11528
Build 11882: arc lint + arc unit

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.