mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-24 03:59:45 +01:00
rc/gdbinit: add handle SIGPIPE nostop noprint pass
This commit is contained in:
parent
4ff38af7e0
commit
aaec26e389
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user