aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gdb/.config/profile.d
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-12-16 01:47:58 -0600
committerToby Vincent <tobyv@tobyvin.dev>2023-12-16 01:48:10 -0600
commitd477944c6dfa48c905531b4b81b437a27739e85f (patch)
tree041b13a345a9637c49c04dc7f8c3edcc7d38e454 /gdb/.config/profile.d
parentf18d0e404aecdf54bf102fb22a3423e20011d60e (diff)
feat(gdb): add gdb configs
Diffstat (limited to 'gdb/.config/profile.d')
-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/"