aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gdb/.config/profile.d/50-gdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/.config/profile.d/50-gdb.sh')
-rw-r--r--gdb/.config/profile.d/50-gdb.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/.config/profile.d/50-gdb.sh b/gdb/.config/profile.d/50-gdb.sh
new file mode 100644
index 0000000..86c085a
--- /dev/null
+++ b/gdb/.config/profile.d/50-gdb.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export GDBHISTFILE="$XDG_DATA_HOME/gdb/history"
+export DEBUGINFOD_URLS="https://debuginfod.elfutils.org/"