util: gdbinit ignores GC signals
authorDaniel Kochmański <daniel@turtleware.eu>
Wed, 19 Aug 2015 07:15:11 +0000 (09:15 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Wed, 19 Aug 2015 07:15:11 +0000 (09:15 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/util/gdbinit

index 668c8a6..99b17f7 100644 (file)
@@ -13,6 +13,8 @@ break FEwrong_type_argument
 break FEinvalid_function
 set confirm off
 handle SIGBUS nostop
+handle SIGPWR nostop pass noprint
+handle SIGXCPU nostop pass noprint
 handle EXC_BAD_ACCESS nostop pass noprint