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
F167065391: D12293.id32987.diff
Tue, Aug 18, 8:29 PM
F167059687: D12293.id33072.diff
Tue, Aug 18, 8:18 PM
F167034098: D12293.id33072.diff
Tue, Aug 18, 4:45 PM
F167029118: D12293.id32987.diff
Tue, Aug 18, 4:12 PM
F167021479: D12293.id32849.diff
Tue, Aug 18, 3:27 PM
F167012627: D12293.id32849.diff
Tue, Aug 18, 2:17 PM
Unknown Object (File)
Mon, Aug 17, 8:45 PM
Unknown Object (File)
Mon, Aug 17, 5:28 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

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 11453
Build 11809: 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.