From: Mike Frysinger Date: Sat, 23 Oct 2010 10:25:51 +0000 (-0400) Subject: example gdb signals X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=d24159b0c83a8f8f527ddb2a157b8806b53efb14 example gdb signals --- 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