Re: [PATCH 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files

2024-03-14 Thread John Baldwin
On 3/14/24 10:10 AM, Dave Hansen wrote: On 3/14/24 09:45, John Baldwin wrote: On 3/14/24 8:37 AM, Dave Hansen wrote: On 3/14/24 04:23, Vignesh Balasubramanian wrote: Add a new .note section containing type, size, offset and flags of every xfeature that is present. Mechanically, I'd

Re: [PATCH 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files

2024-03-14 Thread John Baldwin
rts of the XSAVE block it doesn't understand. -- John Baldwin

Re: [PATCH 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files

2024-03-14 Thread John Baldwin
That was a proposal for the CPUID leaf note, but I suspect LLDB will be fine with either approach. Certainly I will update GDB to work with whatever approach is adopted. -- John Baldwin