commit | 72d2bbf9ff3e1edf5d57b53149eeaa36f19fb891 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Sep 17 17:32:56 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Nov 02 07:00:52 2021 -0400 |
tree | 6a99451d40f398e90b2421aec5da2a30c591e4b2 | |
parent | 09e94676ade52708cbece8fd4bd255a25b6ee475 [diff] |
linux-user: Add cpu_loop_exit_sigsegv This is a new interface to be provided by the os emulator for raising SIGSEGV on fault. Use the new record_sigsegv target hook. Reviewed by: Warner Losh <imp@bsdimp.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>