From: Daniel Kochmański Date: Wed, 19 Aug 2015 07:15:11 +0000 (+0200) Subject: util: gdbinit ignores GC signals X-Git-Tag: ECL-16.0.0~1^2~22 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=3117bc2e7d4cbf7e8e271dac764e5d28839fbcf4;p=ecl.git util: gdbinit ignores GC signals Signed-off-by: Daniel Kochmański --- diff --git a/src/util/gdbinit b/src/util/gdbinit index 668c8a6..99b17f7 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