gdb: Update settings

Enable auto loading of python scripts and other settings.
This commit is contained in:
Sanchayan Maity 2021-10-08 14:39:48 +05:30
parent bcf24ef5f6
commit a3197c1d02
1 changed files with 6 additions and 0 deletions

View File

@ -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