Re: [PATCH 20/23] Add get_mcontext function for ARM AArch64 in bsd-user

2024-06-18 Thread Richard Henderson
On 6/17/24 11:58, 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/aar

[PATCH 20/23] Add get_mcontext function for ARM AArch64 in bsd-user

2024-06-17 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 +