Home
last modified time | relevance | path

Searched refs:GdbExceptionType (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
DGdbDebugAgent.c633 IN UINT8 GdbExceptionType in GdbSendTSignal() argument
647 *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() local
719 GdbExceptionType = ConvertEFItoGDBtype (ExceptionType); in GdbExceptionHandler()
720 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()
727 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()
DGdbDebugAgent.h221 IN UINT8 GdbExceptionType
690 IN UINT8 GdbExceptionType,
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStub.c497 IN UINT8 GdbExceptionType in GdbSendTSignal() argument
516 *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() local
1120 GdbExceptionType = ConvertEFItoGDBtype (ExceptionType); in GdbExceptionHandler()
1121 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()
1128 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()
DGdbStubInternal.h275 IN UINT8 GdbExceptionType
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
DProcessor.c460 IN UINT8 GdbExceptionType, in ProcessorSendTSignal() argument