]> git.wh0rd.org - home.git/commitdiff
example gdb signals
authorMike Frysinger <vapier@gentoo.org>
Sat, 23 Oct 2010 10:25:51 +0000 (06:25 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 19:36:36 +0000 (15:36 -0400)
.gdbinit

index 594c24c4274833151931f05572b7a2814d8a9335..08958302c5fafbcff1e1c0b3eed755d6d3b96589 100644 (file)
--- 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