Add more gdb stuff

This commit is contained in:
Arti Zirk 2021-01-26 20:03:38 +02:00
parent a10267d771
commit 133b5654f2
1 changed files with 6 additions and 0 deletions

View File

@ -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