mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* src/.gdbinit: Ignore SIGPIPE. (Bug#80911)
This commit is contained in:
parent
0179e3e062
commit
1b14d6f92b
1 changed files with 3 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue