From 402e8ed8638396f8fad9ab48d8098f02af3ff93d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 19 Sep 2022 11:50:05 +0100 Subject: [PATCH] gdb: enable debuginfod (requires debuginfod pkg on Arch) --- gdbinit | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.48.1