github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/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