github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/cookbooks/proxyfs/templates/default/root/.gdbinit.erb (about) 1 # Don't auto-load .gdbinit if its found in the current directory 2 # (probably not a good idea; definitely not good if we're root). 3 # 4 set auto-load local-gdbinit off 5 6 # Use the same .gdbinit as user swift (who is probably doing 7 # "sudo gdb -p ...". 8 # 9 source /home/<%= @proxyfs_user %>/.gdbinit