mkdir $(XDG_DATA_HOME)/gdb
ln -sfT $(APATH)/gdb $(XDG_CONFIG_HOME)/gdb
ln -sfT $(APATH)/gdbinit ~/.gdbinit
- ln -sfT $(APATH)/cgdb ~/.cgdb
.PHONY: gdb
git: $(XDG_CONFIG_HOME)
+++ /dev/null
-# set autosourcereload
-# set cgdbmodekey=ESC
-# set color
-# set debugwincolor
-# set nodisasm
-# set executinglinedisplay=longarrow
-set hlsearch
-set ignorecase
-# set selectedlinedisplay=block
-# set showmarks
-# set noshowdebugcommands
-# set syntax=on
-# set timeout
-# set timeoutlen=1000
-# set ttimeout
-# set ttimeoutlen=100
-set tabstop=4
-# set winminheight=0
-# set winminwidth=0
-# set winsplit=even
-# set winsplitorientation=horizontal
-# set wrapscan
-
-map r :run<CR>
-map c :continue<CR>
-map f :finish<CR>
-map n :next<CR>
-map s :step<CR>
-
-map p ip<Space>