mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-14 14:15:12 +02:00
Add more gdb stuff
This commit is contained in:
6
.gdbinit
6
.gdbinit
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user