Re: [PATCH v2 5/8] bsd-user:Add get_mcontext function for ARM AArch64

2024-07-08 Thread Richard Henderson
On 7/7/24 12:11, Ajeet Singh wrote: From: Stacey Son function to retrieve machine context,it populates the provided target_mcontext_t structure with information from the CPUARMState registers. Signed-off-by: Stacey Son Signed-off-by: Ajeet Singh Co-authored-by: Kyle Evans --- bsd-user/aarch64

[PATCH v2 5/8] bsd-user:Add get_mcontext function for ARM AArch64

2024-07-07 Thread Ajeet Singh
From: Stacey Son function to retrieve machine context,it populates the provided target_mcontext_t structure with information from the CPUARMState registers. Signed-off-by: Stacey Son Signed-off-by: Ajeet Singh Co-authored-by: Kyle Evans --- bsd-user/aarch64/signal.c | 30