dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

gdbinit (212B)


      1 tui new-layout hackerman {-horizontal regs 1 asm 1} 2 src 2 status 0 cmd 1
      2 
      3 source ~/.config/gdb/plugins.py
      4 
      5 set breakpoint pending on
      6 
      7 define hook-quit
      8 	set confirm off
      9 end
     10 define hook-kill
     11 	set confirm off
     12 end