added peda to my gdb config

This commit is contained in:
Steffen Vogel 2016-03-21 12:24:11 +01:00
parent c4525c0244
commit 2132ba7641
2 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,7 @@ git clone https://github.com/tomtom/quickfixsigns_vim/ vim-quickfixsigns
git clone https://github.com/chriskempson/base16-xresources.git
git clone https://github.com/chriskempson/base16-vim.git
git clone https://github.com/chriskempson/base16-iterm2.git
git clone https://github.com/longld/peda.git
# Private
git clone stv0g@lian.0l.de:/var/git/private/pass.git

View file

@ -1,3 +1,5 @@
set auto-load safe-path /
set disassembly-flavor intel
set radix 16
source ~/.homesick/repos/peda/peda.py