diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..f970dda --- /dev/null +++ b/.gdbinit @@ -0,0 +1,2 @@ +#source ~/config/gdb/peda/peda.py +#source ~/config/gdb/gdb-dashboard/.gdbinit diff --git a/.gitmodules b/.gitmodules index 7cdc133..f9fdb4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule ".vim/bundle/Vundle.vim"] path = .vim/bundle/Vundle.vim url = https://github.com/gmarik/Vundle.vim.git +[submodule "gdb/peda"] + path = gdb/peda + url = https://github.com/longld/peda.git +[submodule "gdb/gdb-dashboard"] + path = gdb/gdb-dashboard + url = https://github.com/cyrus-and/gdb-dashboard diff --git a/.vimrc b/.vimrc index 1719a30..288c692 100644 --- a/.vimrc +++ b/.vimrc @@ -33,6 +33,8 @@ """"""""""" " GENERAL " """"""""""" +" move around where there is no char, insert space when inserting +set virtualedit=all " disable vi-compatible mode set nocompatible diff --git a/gdb/gdb-dashboard b/gdb/gdb-dashboard new file mode 160000 index 0000000..b656071 --- /dev/null +++ b/gdb/gdb-dashboard @@ -0,0 +1 @@ +Subproject commit b656071f4a2688045f3bd697bcb7885e99d89918 diff --git a/gdb/peda b/gdb/peda new file mode 160000 index 0000000..62b368f --- /dev/null +++ b/gdb/peda @@ -0,0 +1 @@ +Subproject commit 62b368fa3d88623bee3c15c39d7922455ec7dfe5