rc: add gdbinit

Resolves: #130
This commit is contained in:
Aminda Suomalainen 2022-04-18 17:22:31 +03:00
parent 56b8be5e2f
commit ab694f402b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

7
rc/gdbinit Normal file
View File

@ -0,0 +1,7 @@
# 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