From d09df20590c0acf1db4ecf3efa75ce57531a666c Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 12 Oct 2021 23:26:29 +0530 Subject: [PATCH] gdb: Update gdb configuration --- gdb/.gdbinit.d/auto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/.gdbinit.d/auto b/gdb/.gdbinit.d/auto index e666ba3..5b8d281 100644 --- a/gdb/.gdbinit.d/auto +++ b/gdb/.gdbinit.d/auto @@ -1,8 +1,8 @@ dashboard -enabled on -dashboard -layout breakpoints variables source stack threads +dashboard -layout threads stack breakpoints variables source dashboard -style prompt 'gdb>' dashboard -style max_value_length 0 -dashboard variables -style compact True +dashboard variables -style compact False dashboard variables -style align True dashboard variables -style sort True dashboard expressions -style align True