Searched defs:exceptionEvent (Results 1 – 7 of 7) sorted by relevance
53 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_ExceptionObject() local91 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_ThrowLocation() local145 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_CatchLocation() local
147 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runExceptionObjectTest() local177 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runThrowLocationTest() local226 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runCatchLocationTest() local
55 ParsedEvent.Event_EXCEPTION exceptionEvent = (ParsedEvent.Event_EXCEPTION) parsedEvents[0]; in receiveAndCheckExceptionEvent() local
136 ParsedEvent.Event_EXCEPTION exceptionEvent = (ParsedEvent.Event_EXCEPTION) parsedEvent; in runCombinedExceptionEventsTest() local
5 void processIOException(IOExceptionEvent exceptionEvent); in processIOException()
157 def exceptionEvent(self,frame,exception,value,traceback): member in TracerClass220 def exceptionEvent(self,frame,exception): member in LoggingTracer291 def exceptionEvent(self,frame,exception): member in LLDBAwareTracer
1123 IOExceptionEvent exceptionEvent = new IOExceptionEvent(this, host, in raiseIOExceptionEvent() local