summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-05-05 12:32:17 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-06-29 21:45:56 +0200
commit9a6d162cacfaf6946a1bf974b80b643d2a052d7a (patch)
tree0cee8de306905b8283353e3e1f4c0a2ffc85df16 /contrib
parentba5e2d5e261e5f3ac6ce00227595f7265d2c715e (diff)
downloadsssd-9a6d162cacfaf6946a1bf974b80b643d2a052d7a.tar.gz
sssd-9a6d162cacfaf6946a1bf974b80b643d2a052d7a.tar.xz
sssd-9a6d162cacfaf6946a1bf974b80b643d2a052d7a.zip
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 <simo@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdbinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gdbinit b/contrib/gdbinit
new file mode 100644
index 000000000..4c4f7872a
--- /dev/null
+++ b/contrib/gdbinit
@@ -0,0 +1,2 @@
+# When attaching to a sssd process, cancel the watchdog
+p teardown_watchdog()