1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-06-17 15:40:12 +03:00

Add more gdb stuff

This commit is contained in:
Arti Zirk 2021-01-26 20:03:38 +02:00
parent a10267d771
commit 133b5654f2

View File

@ -27,3 +27,9 @@ set history save on
set history size 10000 set history size 10000
set history remove-duplicates unlimited set history remove-duplicates unlimited
set history filename ~/.gdb_history 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