From 9a6d162cacfaf6946a1bf974b80b643d2a052d7a Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 5 May 2016 12:32:17 +0200 Subject: [PATCH 06/19] Contrib: Add a gdbinit file This is an example of what sssd developers could use to silence the SIGRTs from the newly created watchdog. Reviewed-by: Simo Sorce --- contrib/gdbinit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/gdbinit diff --git a/contrib/gdbinit b/contrib/gdbinit new file mode 100644 index 0000000000000000000000000000000000000000..4c4f7872aeb2b1b5f06e17fa2532e52df9bf69f0 --- /dev/null +++ b/contrib/gdbinit @@ -0,0 +1,2 @@ +# When attaching to a sssd process, cancel the watchdog +p teardown_watchdog() -- 2.4.11