From 0b377051af622ac8974e990f9244e9f69bee90ce Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Tue, 16 Nov 2010 10:52:16 -0500 Subject: [PATCH] gdbinit: ignore SIGTTIN and SIGPIPE --- support-d/.gdbinit | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 support-d/.gdbinit 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