shell-things/rc/gdbinit

8 lines
218 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
# Automatic debuginfo download on Fedora?
set debuginfod enabled on