]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
ignore SIGTRAP signal, maybe fixes an issue on Windows with some weird driver calling...
authorRudolf Polzer <divverent@alientrap.org>
Sun, 28 Nov 2010 20:15:08 +0000 (21:15 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 28 Nov 2010 20:15:08 +0000 (21:15 +0100)
savecore.gdb

index 33c4b40f3f556a719a93c686da4e39edc4aa189c..e492d83d12dfee4870058c287eecef886a9e8679 100644 (file)
@@ -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 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
 run
 set pagination off
 echo \n\nIf the following commands show errors, that can be ignored:\n