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:
parent
1443cb2391
commit
c80890693c
4
meta/configs/gdb.yaml
Normal file
4
meta/configs/gdb.yaml
Normal 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
4000
tools/debugger/gdb/gdbinit
Normal file
File diff suppressed because it is too large
Load Diff
2
tools/debugger/gdb/gdbinit.local
Normal file
2
tools/debugger/gdb/gdbinit.local
Normal file
@ -0,0 +1,2 @@
|
||||
source /usr/share/peda/peda.py
|
||||
/* vim: set filetype=gdb ts=4 sw=4 tw=120 noet :*/
|
Loading…
Reference in New Issue
Block a user