Home | History | Annotate | Download | only in GdbStub

Lines Matching refs:Processor

84   UINTN                       Processor;

134 DEBUG ((EFI_D_INFO, "Debug Support Protocol Processor Index %d\n", gMaxProcessorIndex));
136 // Call processor-specific init routine
139 for (Processor = 0; Processor <= gMaxProcessorIndex; Processor++) {
141 Status = DebugSupport->RegisterExceptionCallback (DebugSupport, Processor, GdbExceptionHandler, gExceptionType[Index].Exception);
147 Status = DebugSupport->RegisterPeriodicCallback (DebugSupport, Processor, GdbPeriodicCallBack);