]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/gdb.json
Add ZAP Proxy
[xdg-ninja.git] / programs / gdb.json
index f0898fc3d15c7fc7a5fc5820b72f99c194fa6c48..0f066a8948d92f4246fdb80de3ebf35267fed091 100644 (file)
@@ -2,9 +2,14 @@
     "name": "gdb",
     "files": [
         {
-            "path": "${HOME}/.gdbinit",
-            "moveable": true,
+            "path": "$HOME/.gdbinit",
+            "movable": true,
             "help": "Alias gdb to use custom locations:\n\n```bash\nalias gdb=gdb -n -x $XDG_CONFIG_HOME/gdb/init```\n"
+        },
+        {
+            "path": "$HOME/.gdb_history",
+            "movable": true,
+            "help": "GDB supports setting it's config file path through an environment variable. Simply move your _.gdb_history_ file to _$XDG_CONFIG_HOME/gdb_ and export the following:\n\n```bash\nexport GDBHISTFILE=\"$XDG_CONFIG_HOME\"/gdb/.gdb_history \n```\n\nNote: If you are using GEF this does not work, as GEF overwrites the filepath. In order to use the correct path again, you have to call ```set history filename ~/.config/gdb/.gdb_history``` after you source _gef.py_ in your gdb init file.\n"
         }
     ]
 }