commit | 1f14ecbee66a7dd46e477158decd515e3669ba2b | [log] [tgz] |
---|---|---|
author | Aleksandar Paunovic <aleksandar.paunovic@intel.com> | Mon Aug 28 14:18:19 2023 -0700 |
committer | John Baldwin <jhb@FreeBSD.org> | Mon Aug 28 14:18:19 2023 -0700 |
tree | 24973f832b5c7c7d26076a5582c91b5f18d5f4fa | |
parent | c0c43317ef9a1f70ba5fab41d2d08dc7ce08f67e [diff] |
gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area. Replace the extended state area fields of i387_xsave with methods which return an offset into the XSAVE buffer. The two changed functions are called within all tests which runs gdbserver. Signed-off-by: Aleksandar Paunovic <aleksandar.paunovic@intel.com> Co-authored-by: John Baldwin <jhb@FreeBSD.org> Approved-By: Simon Marchi <simon.marchi@efficios.com>