From a3197c1d021dec6a63112a837fab1a8eb5666273 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 8 Oct 2021 14:39:48 +0530 Subject: [PATCH] gdb: Update settings Enable auto loading of python scripts and other settings. --- gdb/.gdbinit.d/init | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb/.gdbinit.d/init b/gdb/.gdbinit.d/init index fe76691..29df7dc 100644 --- a/gdb/.gdbinit.d/init +++ b/gdb/.gdbinit.d/init @@ -2,7 +2,13 @@ set confirm off set breakpoint pending on set print pretty on set auto-load safe-path / +set auto-load python-scripts on +set auto-load local-gdbinit +set pagination off set logging off +set mi-async on +set non-stop off +set breakpoint pending on # Adapted to use neovim from https://github.com/cyrus-and/gdb-dashboard/issues/20 define vo