From 3117bc2e7d4cbf7e8e271dac764e5d28839fbcf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Wed, 19 Aug 2015 09:15:11 +0200 Subject: [PATCH] util: gdbinit ignores GC signals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel KochmaƄski --- src/util/gdbinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/gdbinit b/src/util/gdbinit index 668c8a62d..99b17f71e 100644 --- a/src/util/gdbinit +++ b/src/util/gdbinit @@ -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