Add gdb related dotfiles and cleanup vim stuff
This commit is contained in:
parent
aa4c8445ec
commit
75b1af792d
4 changed files with 303 additions and 77 deletions
9
.gdbinit
Normal file
9
.gdbinit
Normal file
|
@ -0,0 +1,9 @@
|
|||
pwd
|
||||
|
||||
define save_breaks
|
||||
save breakpoints .breakpoints
|
||||
end
|
||||
|
||||
define load_breaks
|
||||
source .breakpoints
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue