Searched refs:GdbExceptionType (Results 1 – 5 of 5) sorted by relevance
633 IN UINT8 GdbExceptionType in GdbSendTSignal() argument647 *TSignalPtr++ = mHexToStr [GdbExceptionType >> 4]; in GdbSendTSignal()648 *TSignalPtr++ = mHexToStr [GdbExceptionType & 0x0f]; in GdbSendTSignal()650 ProcessorSendTSignal (SystemContext, GdbExceptionType, TSignalPtr, sizeof (TSignalBuffer) - 2); in GdbSendTSignal()711 UINT8 GdbExceptionType; in GdbExceptionHandler() local719 GdbExceptionType = ConvertEFItoGDBtype (ExceptionType); in GdbExceptionHandler()720 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()727 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()
221 IN UINT8 GdbExceptionType690 IN UINT8 GdbExceptionType,
497 IN UINT8 GdbExceptionType in GdbSendTSignal() argument516 *TSignalPtr++ = mHexToStr [GdbExceptionType >> 4]; in GdbSendTSignal()517 *TSignalPtr++ = mHexToStr [GdbExceptionType & 0x0f]; in GdbSendTSignal()519 if (GdbExceptionType == GDB_SIGTRAP) { in GdbSendTSignal()1110 UINT8 GdbExceptionType; in GdbExceptionHandler() local1120 GdbExceptionType = ConvertEFItoGDBtype (ExceptionType); in GdbExceptionHandler()1121 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()1128 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()
275 IN UINT8 GdbExceptionType
460 IN UINT8 GdbExceptionType, in ProcessorSendTSignal() argument