* src/.gdbinit: Ignore SIGPIPE. (Bug#80911)

This commit is contained in:
Eli Zaretskii 2026-05-02 10:03:53 +03:00
parent 0179e3e062
commit 1b14d6f92b

View file

@ -41,15 +41,13 @@ handle SIGTSTP nopass
handle SIGUSR1 noprint pass
handle SIGUSR2 noprint pass
# Similarly with SIGPIPE (happens, e.g., with GnuTLS).
handle SIGPIPE nostop noprint pass
# Don't pass SIGALRM to Emacs. This makes problems when
# debugging.
handle SIGALRM ignore
# On selection send failed.
if defined_HAVE_PGTK
handle SIGPIPE nostop noprint
end
# Helper command to get the pointer to the C struct that holds the data
# of a Lisp object given as argument, by removing the GC and type-tag bits.
# Stores the result in $ptr.