allow dynamic gdb load paths
This commit is contained in:
parent
fc0c9a7a7d
commit
65a409781c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
home.file.".gdbinit".text = ''
|
home.file.".gdbinit".text = ''
|
||||||
set auto-load python-scripts on
|
set auto-load python-scripts on
|
||||||
add-auto-load-safe-path /home/cyryl/dev/dotfiles/.gdbinit
|
add-auto-load-safe-path /home/cyryl/dev/dotfiles/.gdbinit
|
||||||
|
set auto-load safe-path /
|
||||||
source /home/cyryl/dev/dotfiles/.gdbinit
|
source /home/cyryl/dev/dotfiles/.gdbinit
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue