1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-01-14 06:22:35 +01:00
shell-things/rc/gdbinit

10 lines
282 B
Plaintext
Raw Normal View History

2022-04-18 16:22:31 +02:00
# This is ~/.gdbinit
# Overwrite logs when writing
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
2022-04-18 16:22:31 +02:00
# Automatic debuginfo download on Fedora?
set debuginfod enabled on