diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 000000000..ffb827705 --- /dev/null +++ b/.gdbinit @@ -0,0 +1,3 @@ +handle SIGSEGV nostop noprint +handle SIGPIPE nostop noprint +handle SIGSYS nostop noprint