On 8/13/21 3:18 AM, Peter Maydell wrote:
When generating a TRAP_BRKPT SIGTRAP, set the siginfo_t addr field to the PC where the breakpoint/singlestep trap occurred; this is what the kernel does for this signal for this architecture.Fixes: Coverity 1459154 Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- linux-user/aarch64/cpu_loop.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~