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:
parent
88f7f1c767
commit
3771f87703
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue