gdb: Initial revision

This commit is contained in:
2024-11-04 23:17:58 +01:00
parent dc6bf773ea
commit 003ac56cac
2 changed files with 16 additions and 0 deletions

1
.config/gdb/gdbearlyinit Normal file
View File

@@ -0,0 +1 @@
set startup-quietly on

15
.config/gdb/gdbinit Normal file
View File

@@ -0,0 +1,15 @@
# History
set history save on
set history filename ~/.local/share/gdb/gdb_history
set history size unlimited
set history remove-duplicates 1
set logging file gdb.log
# set trace-commands on
# set logging enabled on
# same instruction format as Ghidra uses
set disassembly-flavor intel
set print pretty on
set print array on