1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-01-13 05:42:35 +01:00

rc: add gdbinit

Resolves: 
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

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