Home | History | Annotate | Download | only in KillTheDoctor

Lines Matching defs:Exception

376   // exception.
502 // Close the application if this exception will not be handled by the
507 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception;
508 if (Exception.dwFirstChance > 0) {
511 errs() << "First chance exception at "
512 << Exception.ExceptionRecord.ExceptionAddress
513 << ", exception code: "
515 Exception.ExceptionRecord.ExceptionCode)
516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
520 errs() << ToolName << ": Unhandled exception in: " << ProgramToRun
523 errs() << Exception.ExceptionRecord.ExceptionAddress
524 << ", exception code: "
526 Exception.ExceptionRecord.ExceptionCode)
527 << " (" << Exception.ExceptionRecord.ExceptionCode