From: Samir Benmendil Date: Mon, 19 Sep 2022 10:50:05 +0000 (+0100) Subject: gdb: enable debuginfod (requires debuginfod pkg on Arch) X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/402e8ed8638396f8fad9ab48d8098f02af3ff93d gdb: enable debuginfod (requires debuginfod pkg on Arch) --- diff --git a/gdbinit b/gdbinit index 4738350..1e3baf1 100644 --- a/gdbinit +++ b/gdbinit @@ -27,3 +27,5 @@ end set print pretty on set pagination off # set confirm off + +set debuginfod enabled on