mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 00:10:59 +02:00
Add more gdb stuff
This commit is contained in:
parent
a10267d771
commit
133b5654f2
6
.gdbinit
6
.gdbinit
@ -27,3 +27,9 @@ set history save on
|
||||
set history size 10000
|
||||
set history remove-duplicates unlimited
|
||||
set history filename ~/.gdb_history
|
||||
|
||||
# give me pretty structures
|
||||
set print pretty on
|
||||
|
||||
# Allow memory access outside of server provided memory map
|
||||
set mem inaccessible-by-default off
|
||||
|
Loading…
Reference in New Issue
Block a user