commit | 329914812f6b286486b13f91ed26d8b598d5f78c | [log] [tgz] |
---|---|---|
author | Igor Kudrin <ikudrin@accesssoftek.com> | Mon Sep 08 14:55:54 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 08 15:00:51 2025 -0700 |
tree | 12cad1c47296b06e76288e0779843c7de3d2b1c0 | |
parent | a0696477bad9f23cf347a404a029276f345feec0 [diff] |
[lldb][elf-core][ARM] Add support for VFP registers (#155956) This patch loads values of the VFP registers from the NT_ARM_VFP note. Note that a CORE/NT_FPREGSET note is typically present in core dump files and is used to store the FPA registers. The FPA unit is rare and obsolete; however, Linux creates the note even if the unit is absent. GitOrigin-RevId: 8ec4d87550c01b06a9841014d901146874688894