config/.gdbinit

12 lines
207 B
Plaintext

#source ~/config/gdb/peda/peda.py
#source ~/config/gdb/gdb-dashboard/.gdbinit
#source ~/config/gdb/gdb_gef/gef.py
source ~/config/gdb/commands.py
source ~/config/gdb/commands2.py
define exit
kill
quit
end