From 0d0ff5eef9cb109b1390060d983bc1649e61c374 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 28 Nov 2010 21:15:08 +0100 Subject: [PATCH] ignore SIGTRAP signal, maybe fixes an issue on Windows with some weird driver calling DbgUserBreakPoint --- savecore.gdb | 1 + 1 file changed, 1 insertion(+) diff --git a/savecore.gdb b/savecore.gdb index 33c4b40f..e492d83d 100644 --- a/savecore.gdb +++ b/savecore.gdb @@ -2,6 +2,7 @@ handle SIGHUP nostop print pass handle SIGINT nostop print pass handle SIGCONT nostop print pass handle SIGTSTP nostop print pass +handle SIGTRAP nostop print pass run set pagination off echo \n\nIf the following commands show errors, that can be ignored:\n -- 2.39.2