|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 5/8] bsd-user:Add get_mcontext function for ARM AArch64 |
Date: | Mon, 8 Jul 2024 09:09:36 -0700 |
User-agent: | Mozilla Thunderbird |
On 7/7/24 12:11, Ajeet Singh wrote:
From: Stacey Son<sson@FreeBSD.org> 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> --- bsd-user/aarch64/signal.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |