forked from Mirrors/freeswitch
gdbinit: ignore SIGTTIN and SIGPIPE
This commit is contained in:
parent
68f18efe37
commit
0b377051af
|
@ -1,3 +1,6 @@
|
|||
handle SIGPIPE pass noprint nostop
|
||||
handle SIGTTIN pass noprint nostop
|
||||
|
||||
# FreeSWITCH Custom GDB commands
|
||||
define list_sessions
|
||||
dont-repeat
|
||||
|
|
Loading…
Reference in New Issue