Don't enable int3 first chance handling by default. Should fix ntdll exception winetest. Found by Arty.

svn path=/trunk/; revision=53486
This commit is contained in:
Timo Kreuzer 2011-08-29 00:15:29 +00:00
parent 5b92dc9a27
commit 847bea9af1

View file

@ -6,7 +6,7 @@
set syntax intel
# Change the condition to enter KDB on INT3 to "always" (default is "kmode")
set condition INT3 first always
# set condition INT3 first always
# This is a special command available only in the KDBinit file - it breaks into
# KDB when it is interpreting the init file at startup.