Searched refs:ExceptionOccurredEvent (Results 1 – 6 of 6) sorted by relevance
23 class ExceptionOccurredEvent; variable67 ExceptionOccurredEvent* event);
117 ExceptionOccurredEvent::ExceptionOccurredEvent(team_id team, thread_id thread, in ExceptionOccurredEvent() function in ExceptionOccurredEvent
103 class ExceptionOccurredEvent : public DebugEvent {105 ExceptionOccurredEvent(team_id team,
241 ThreadHandler::HandleExceptionOccurred(ExceptionOccurredEvent* event) in HandleExceptionOccurred()
1595 dynamic_cast<ExceptionOccurredEvent*>(event)); in _HandleDebuggerMessage()
847 event = new(std::nothrow) ExceptionOccurredEvent( in _CreateDebugEvent()