Switch from reverser gdbinit to PEDA.

This commit is contained in:
David Tomaschik
2015-11-11 18:57:47 -08:00
parent 6a0c55ac73
commit a0ce33ddb1
3 changed files with 6 additions and 3970 deletions

View File

@@ -27,6 +27,9 @@ function prerequisites {
$HOME/.vim/bundle/Vundle.vim
fi
fi
if which gdb > /dev/null ; then
git clone https://github.com/longld/peda.git $HOME/.peda
fi
}
function install_dotfile_dir {