From 2132ba76410e32e242199c5a38ddf1ae1825e156 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 21 Mar 2016 12:24:11 +0100 Subject: [PATCH] added peda to my gdb config --- bootstrap.sh | 1 + home/.gdbinit | 2 ++ 2 files changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index c18ee58..8fc7df6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 diff --git a/home/.gdbinit b/home/.gdbinit index 74212e0..c6110bb 100644 --- a/home/.gdbinit +++ b/home/.gdbinit @@ -1,3 +1,5 @@ set auto-load safe-path / set disassembly-flavor intel set radix 16 + +source ~/.homesick/repos/peda/peda.py