mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
gdbinit: ignore SIGTTIN and SIGPIPE
This commit is contained in:
parent
68f18efe37
commit
0b377051af
3
support-d/.gdbinit
Normal file → Executable file
3
support-d/.gdbinit
Normal file → Executable file
@ -1,3 +1,6 @@
|
||||
handle SIGPIPE pass noprint nostop
|
||||
handle SIGTTIN pass noprint nostop
|
||||
|
||||
# FreeSWITCH Custom GDB commands
|
||||
define list_sessions
|
||||
dont-repeat
|
||||
|
Loading…
x
Reference in New Issue
Block a user