From: Rudolf Polzer Date: Sun, 12 Dec 2010 20:55:50 +0000 (+0100) Subject: now also ignore SIGSTOP X-Git-Tag: xonotic-v0.1.0preview~16^2~2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=15372641233388292460ff84d2cb1af82e8e5c76 now also ignore SIGSTOP --- 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