mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
better gdb settings
This commit is contained in:
parent
d18a0e295d
commit
2ddce94410
1 changed files with 5 additions and 1 deletions
6
gdbinit
6
gdbinit
|
@ -3,7 +3,11 @@ set history save on
|
|||
set verbose off
|
||||
|
||||
set output-radix 0x10
|
||||
set input-radix 0x10
|
||||
|
||||
set print asm-demangle on
|
||||
set print pretty on
|
||||
|
||||
set unwindonsignal on
|
||||
|
||||
set height 0
|
||||
set width 0
|
||||
|
|
Loading…
Add table
Reference in a new issue