Home
last modified time | relevance | path

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

/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h23 class ExceptionOccurredEvent; variable
67 ExceptionOccurredEvent* event);
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp117 ExceptionOccurredEvent::ExceptionOccurredEvent(team_id team, thread_id thread, in ExceptionOccurredEvent() function in ExceptionOccurredEvent
H A DDebugEvent.h103 class ExceptionOccurredEvent : public DebugEvent {
105 ExceptionOccurredEvent(team_id team,
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp241 ThreadHandler::HandleExceptionOccurred(ExceptionOccurredEvent* event) in HandleExceptionOccurred()
H A DTeamDebugger.cpp1595 dynamic_cast<ExceptionOccurredEvent*>(event)); in _HandleDebuggerMessage()
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp847 event = new(std::nothrow) ExceptionOccurredEvent( in _CreateDebugEvent()