gdb/vim: add some tools
This commit is contained in:
parent
ad4d92310e
commit
9925dbcebc
2
.gdbinit
Normal file
2
.gdbinit
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#source ~/config/gdb/peda/peda.py
|
||||||
|
#source ~/config/gdb/gdb-dashboard/.gdbinit
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,9 @@
|
|||||||
[submodule ".vim/bundle/Vundle.vim"]
|
[submodule ".vim/bundle/Vundle.vim"]
|
||||||
path = .vim/bundle/Vundle.vim
|
path = .vim/bundle/Vundle.vim
|
||||||
url = https://github.com/gmarik/Vundle.vim.git
|
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
|
||||||
|
2
.vimrc
2
.vimrc
@ -33,6 +33,8 @@
|
|||||||
"""""""""""
|
"""""""""""
|
||||||
" GENERAL "
|
" GENERAL "
|
||||||
"""""""""""
|
"""""""""""
|
||||||
|
" move around where there is no char, insert space when inserting
|
||||||
|
set virtualedit=all
|
||||||
" disable vi-compatible mode
|
" disable vi-compatible mode
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
|
1
gdb/gdb-dashboard
Submodule
1
gdb/gdb-dashboard
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit b656071f4a2688045f3bd697bcb7885e99d89918
|
1
gdb/peda
Submodule
1
gdb/peda
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 62b368fa3d88623bee3c15c39d7922455ec7dfe5
|
Loading…
Reference in New Issue
Block a user