commit | 4a6ebc19a7e2d013a0e2ca79452ea733b1d5b686 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Aug 22 22:07:41 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 18 15:34:34 2023 -0700 |
tree | 82f422e651e38ed3343ae8043956c5aa211aebd9 | |
parent | f4e1168198a6306c3e337f2b91b1213f5bef52af [diff] |
linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP These signals, when not spoofed via kill(), are always bugs. Use die_from_signal to report this sensibly. Acked-by: Helge Deller <deller@gmx.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>