From 1bfe733aa06d6cf80cd1031ebc3150371a636e42 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 1 Oct 2010 07:33:55 +0200 Subject: [PATCH] ignore some signals --- savecore.gdb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/savecore.gdb b/savecore.gdb index cdef4601..33c4b40f 100644 --- a/savecore.gdb +++ b/savecore.gdb @@ -1,3 +1,7 @@ +handle SIGHUP nostop print pass +handle SIGINT nostop print pass +handle SIGCONT nostop print pass +handle SIGTSTP nostop print pass run set pagination off echo \n\nIf the following commands show errors, that can be ignored:\n -- 2.39.2