From ec6711a2532b0f4cf965bdbeb0e6c28bde8c3d86 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 29 Mar 2022 11:44:07 +0530 Subject: [PATCH] gdb: Remove source from the dashboard layout --- gdb/.gdbinit.d/auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/.gdbinit.d/auto b/gdb/.gdbinit.d/auto index 5b8d281..2e80117 100644 --- a/gdb/.gdbinit.d/auto +++ b/gdb/.gdbinit.d/auto @@ -1,5 +1,5 @@ dashboard -enabled on -dashboard -layout threads stack breakpoints variables source +dashboard -layout threads stack breakpoints variables dashboard -style prompt 'gdb>' dashboard -style max_value_length 0 dashboard variables -style compact False