From: Simon Ruderich Date: Sun, 17 Jun 2018 06:23:08 +0000 (+0200) Subject: gdb/gdbinit: don't stop on SIGUSR1 X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a1711dfb28f7d53a046e14fed0198d30b2a01568;hp=a1711dfb28f7d53a046e14fed0198d30b2a01568;p=config%2Fdotfiles.git gdb/gdbinit: don't stop on SIGUSR1 It's often used to reload the config. Also used to document how to change signal handling in gdb which I always forget. ---