config/.gdbinit

12 lines
207 B
Plaintext
Raw Normal View History

2020-04-15 22:47:43 +02:00
#source ~/config/gdb/peda/peda.py
#source ~/config/gdb/gdb-dashboard/.gdbinit
2020-08-20 22:58:43 +02:00
#source ~/config/gdb/gdb_gef/gef.py
source ~/config/gdb/commands.py
source ~/config/gdb/commands2.py
2020-09-21 23:26:27 +02:00
define exit
kill
quit
end