ignore SIGPIPE
[~madcoder/dotfiles.git] / 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