ignore SIGPIPE
authorPierre Habouzit <madcoder@debian.org>
Thu, 15 Sep 2011 19:37:48 +0000 (21:37 +0200)
committerPierre Habouzit <madcoder@debian.org>
Thu, 15 Sep 2011 19:37:48 +0000 (21:37 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
gdbinit

diff --git a/gdbinit b/gdbinit
index 0539085..2aca5c7 100644 (file)
--- a/gdbinit
+++ b/gdbinit
@@ -1,3 +1,4 @@
 set history filename ~/.cache/gdb/history
 set history save on
 set history size 65536
+handle SIGPIPE nostop noprint pass