gdb/vim: add some tools

This commit is contained in:
Mathieu Maret 2020-04-15 22:47:43 +02:00
parent ad4d92310e
commit 9925dbcebc
5 changed files with 12 additions and 0 deletions

2
.gdbinit Normal file
View File

@ -0,0 +1,2 @@
#source ~/config/gdb/peda/peda.py
#source ~/config/gdb/gdb-dashboard/.gdbinit

6
.gitmodules vendored
View File

@ -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

2
.vimrc
View File

@ -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

1
gdb/gdb-dashboard Submodule

@ -0,0 +1 @@
Subproject commit b656071f4a2688045f3bd697bcb7885e99d89918

1
gdb/peda Submodule

@ -0,0 +1 @@
Subproject commit 62b368fa3d88623bee3c15c39d7922455ec7dfe5