{
/* * Determine if this is a valid debug service call and make sure that * it isn't a software breakpoint */if ((ExceptionRecord->ExceptionCode == STATUS_BREAKPOINT) &&
(ExceptionRecord->NumberParameters > 0) &&
(ExceptionRecord->ExceptionInformation[0] != BREAKPOINT_BREAK))
{
/* Then we have to handle it */returnTRUE;
}
else
{
/* We don't have to handle it */returnFALSE;
}
}
Generated on Sun May 27 2012 06:07:31 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.