Add gdb related dotfiles and cleanup vim stuff

This commit is contained in:
Tobias Reisinger 2020-09-27 00:37:09 +02:00
parent aa4c8445ec
commit 75b1af792d
4 changed files with 303 additions and 77 deletions

9
.gdbinit Normal file
View file

@ -0,0 +1,9 @@
pwd
define save_breaks
save breakpoints .breakpoints
end
define load_breaks
source .breakpoints
end