HomeSort by relevance Sort by last modified time
    Searched defs:GdbExceptionType (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.c 628 @param GdbExceptionType GDB exception type
633 IN UINT8 GdbExceptionType
647 *TSignalPtr++ = mHexToStr [GdbExceptionType >> 4];
648 *TSignalPtr++ = mHexToStr [GdbExceptionType & 0x0f];
650 ProcessorSendTSignal (SystemContext, GdbExceptionType, TSignalPtr, sizeof (TSignalBuffer) - 2);
711 UINT8 GdbExceptionType;
719 GdbExceptionType = ConvertEFItoGDBtype (ExceptionType);
720 GdbSendTSignal (SystemContext, GdbExceptionType);
727 GdbSendTSignal (SystemContext, GdbExceptionType);
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 492 @param GdbExceptionType GDB exception type
497 IN UINT8 GdbExceptionType
516 *TSignalPtr++ = mHexToStr [GdbExceptionType >> 4];
517 *TSignalPtr++ = mHexToStr [GdbExceptionType & 0x0f];
519 if (GdbExceptionType == GDB_SIGTRAP) {
    [all...]

Completed in 1757 milliseconds