Home
last modified time | relevance | path

Searched refs:ExceptionString (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/kdbg/
H A Dkdb.c1514 const CHAR *ExceptionString = (ExpNr < RTL_NUMBER_OF(ExceptionNrToString)) ? in KdbEnterDebuggerException() local
1524 FirstChance ? "first" : "last", ExceptionCode, ExceptionString); in KdbEnterDebuggerException()