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

  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 80 EFI_DEBUG_SUPPORT_PROTOCOL *DebugSupport;
105 DebugSupport = NULL;
112 (VOID **) &DebugSupport
115 if (CheckIsa (DebugSupport->Isa)) {
130 Status = DebugSupport->GetMaximumProcessorIndex (DebugSupport, &gMaxProcessorIndex);
133 DEBUG ((EFI_D_INFO, "Debug Support Protocol ISA %x\n", DebugSupport->Isa));
141 Status = DebugSupport->RegisterExceptionCallback (DebugSupport, Processor, GdbExceptionHandler, gExceptionType[Index].Exception);
147 Status = DebugSupport->RegisterPeriodicCallback (DebugSupport, Processor, GdbPeriodicCallBack);
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 461 BOOLEAN DebugSupport;

Completed in 87 milliseconds