1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01: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
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
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 :

4000
tools/debugger/gdb/gdbinit Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
source /usr/share/peda/peda.py
/* vim: set filetype=gdb ts=4 sw=4 tw=120 noet :*/