ignore SIGTRAP signal, maybe fixes an issue on Windows with some weird driver calling DbgUserBreakPoint

This commit is contained in:
Rudolf Polzer 2010-11-28 21:15:08 +01:00
parent 7f45e263ee
commit 0d0ff5eef9

View 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 SIGTRAP nostop print pass
run
set pagination off
echo \n\nIf the following commands show errors, that can be ignored:\n