From 15372641233388292460ff84d2cb1af82e8e5c76 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 12 Dec 2010 21:55:50 +0100 Subject: [PATCH] now also ignore SIGSTOP --- savecore.gdb | 1 + 1 file changed, 1 insertion(+) diff --git a/savecore.gdb b/savecore.gdb index 28ae11ac..4cad4cf1 100644 --- a/savecore.gdb +++ b/savecore.gdb @@ -1,6 +1,7 @@ handle SIGHUP nostop print pass handle SIGINT nostop print pass handle SIGCONT nostop print pass +handle SIGSTOP nostop print pass handle SIGTSTP nostop print pass handle SIGTRAP nostop print nopass run -- 2.39.2