mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
- Make KDBG handle assertion failures/int2C the same way as breakpoints/int3 (that is, ignore them from user-mode by default) for the time being until an internal prompt-routine is implemented.
svn path=/trunk/; revision=69209
This commit is contained in:
parent
0b875af84a
commit
2c81e1e2b1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ static KDB_ENTER_CONDITION KdbEnterConditions[][2] =
|
|||
{ KdbDoNotEnter, KdbEnterFromKmode }, /* 17: Alignment Check */
|
||||
{ KdbDoNotEnter, KdbEnterFromKmode }, /* 18: Machine Check */
|
||||
{ KdbDoNotEnter, KdbEnterFromKmode }, /* 19: SIMD fault */
|
||||
{ KdbEnterAlways, KdbEnterAlways }, /* 20: Assertion failure */
|
||||
{ KdbEnterFromKmode, KdbDoNotEnter }, /* 20: Assertion failure */
|
||||
{ KdbDoNotEnter, KdbEnterFromKmode } /* Last entry: used for unknown exceptions */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue