From e76e8a22e59a34045d42a56b1862cb6d0c6099a5 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Thu, 15 Sep 2011 21:37:48 +0200 Subject: [PATCH] ignore SIGPIPE Signed-off-by: Pierre Habouzit --- gdbinit | 1 + 1 file changed, 1 insertion(+) diff --git a/gdbinit b/gdbinit index 0539085..2aca5c7 100644 --- 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 -- 2.20.1