gdb: Initial revision
This commit is contained in:
1
.config/gdb/gdbearlyinit
Normal file
1
.config/gdb/gdbearlyinit
Normal file
@@ -0,0 +1 @@
|
|||||||
|
set startup-quietly on
|
||||||
15
.config/gdb/gdbinit
Normal file
15
.config/gdb/gdbinit
Normal 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
|
||||||
Reference in New Issue
Block a user