From: Mathieu Rene Date: Tue, 16 Nov 2010 15:52:16 +0000 (-0500) Subject: gdbinit: ignore SIGTTIN and SIGPIPE X-Git-Tag: v1.2-rc1~265^2~4^2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b377051af622ac8974e990f9244e9f69bee90ce;p=thirdparty%2Ffreeswitch.git gdbinit: ignore SIGTTIN and SIGPIPE --- diff --git a/support-d/.gdbinit b/support-d/.gdbinit old mode 100644 new mode 100755 index 942b761adf..e32687cfc4 --- a/support-d/.gdbinit +++ b/support-d/.gdbinit @@ -1,3 +1,6 @@ +handle SIGPIPE pass noprint nostop +handle SIGTTIN pass noprint nostop + # FreeSWITCH Custom GDB commands define list_sessions dont-repeat