allow dynamic gdb load paths

This commit is contained in:
Cyryl Płotnicki 2021-01-30 14:28:54 +00:00
parent fc0c9a7a7d
commit 65a409781c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
home.file.".gdbinit".text = ''
set auto-load python-scripts on
add-auto-load-safe-path /home/cyryl/dev/dotfiles/.gdbinit
set auto-load safe-path /
source /home/cyryl/dev/dotfiles/.gdbinit
'';
}