From d24159b0c83a8f8f527ddb2a157b8806b53efb14 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 23 Oct 2010 06:25:51 -0400 Subject: [PATCH] example gdb signals --- .gdbinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gdbinit b/.gdbinit index 594c24c..0895830 100644 --- a/.gdbinit +++ b/.gdbinit @@ -4,6 +4,8 @@ set history save on set pagination off set output-radix 16 set remotetimeout 300 +#handle SIGINT nostop noprint pass +#handle SIGQUIT stop print nopass #catch fork #catch vfork -- 2.39.2