rc/gdbinit: add handle SIGPIPE nostop noprint pass

This commit is contained in:
Aminda Suomalainen 2022-04-18 18:02:03 +03:00
parent 4ff38af7e0
commit aaec26e389
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@
set logging overwrite on
# Enable logging by default, default location is ~/gdb.txt
set logging on
# ZNC and Kismet advice this
handle SIGPIPE nostop noprint pass
# Automatic debuginfo download on Fedora?
set debuginfod enabled on