1
0
mirror of https://github.com/vbrandl/dotfiles synced 2025-07-03 01:34:32 +02:00

Add gdb config and install script

This commit is contained in:
Valentin Brandl
2017-02-11 20:37:45 +01:00
parent 1443cb2391
commit c80890693c
3 changed files with 4006 additions and 0 deletions

4
meta/configs/gdb.yaml Normal file
View File

@ -0,0 +1,4 @@
- link:
~/.gdbinit: tools/debugger/gdb/gdbinit
~/.gdbinit.local: tools/debugger/gdb/gdbinit.local
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :