dotfiles/.gdbinit.d/init

8 lines
293 B
Plaintext
Raw Normal View History

dashboard -layout !assembly breakpoints !expressions !history !memory !registers threads stack variables source
dashboard source -style height 32
2022-12-06 08:46:12 +01:00
dashboard variables -style compact False
dashboard -style compact_values
dashboard -style dereference
2022-12-06 08:46:12 +01:00
set confirm off
set disassembly-flavor intel