]> www.infradead.org Git - users/dwmw2/qemu.git/commit
bsd-user:Add get_mcontext function for ARM AArch64
authorStacey Son <sson@FreeBSD.org>
Sun, 7 Jul 2024 19:11:25 +0000 (00:41 +0530)
committerWarner Losh <imp@bsdimp.com>
Tue, 23 Jul 2024 16:50:54 +0000 (10:50 -0600)
commit9959fae592b2babddb7c371e27281a4e127a2951
treebd43fe2d8bd242bded8d79dfc905aa876f89c8bc
parent7dba5e10a65be276267f379f07a9643100209c0d
bsd-user:Add get_mcontext function for ARM AArch64

function to retrieve machine context,it populates the provided
target_mcontext_t structure with information from the CPUARMState
registers.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Ajeet Singh <itachis@FreeBSD.org>
Co-authored-by: Kyle Evans <kevans@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240707191128.10509-6-itachis@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/aarch64/signal.c