diff --git a/rc/gdbinit b/rc/gdbinit new file mode 100644 index 00000000..ab2baad4 --- /dev/null +++ b/rc/gdbinit @@ -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