1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 09:11:48 -07:00

; * src/.gdbinit [defined_HAVE_MPS]: Don't print SIGSEGV messages.

This commit is contained in:
Pip Cet 2025-10-19 15:25:59 +00:00
parent 88f7f1c767
commit 3771f87703

View file

@ -52,9 +52,7 @@ end
# Pass on signals used by MPS to suspend threads.
if defined_HAVE_MPS
# Print SIGSEGV for now, since it makes the logs more useful. Don't
# stop, though.
handle SIGSEGV nostop print pass
handle SIGSEGV nostop noprint pass
handle SIGXFSZ nostop noprint pass
handle SIGXCPU nostop noprint pass
end