Lines Matching refs:SystemContext
496 IN EFI_SYSTEM_CONTEXT SystemContext, in GdbSendTSignal() argument
537 BreakpointDetected = GetBreakpointDetected (SystemContext); in GdbSendTSignal()
540 BreakType = GetBreakpointType (SystemContext, BreakpointDetected); in GdbSendTSignal()
546 DataAddress = GetBreakpointDataAddress (SystemContext, BreakpointDetected); in GdbSendTSignal()
1107 IN OUT EFI_SYSTEM_CONTEXT SystemContext in GdbExceptionHandler() argument
1114 if (ValidateException (ExceptionType, SystemContext) == FALSE) { in GdbExceptionHandler()
1118 RemoveSingleStep (SystemContext); in GdbExceptionHandler()
1121 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()
1128 GdbSendTSignal (SystemContext, GdbExceptionType); in GdbExceptionHandler()
1132 ContinueAtAddress (SystemContext, gInBuffer); in GdbExceptionHandler()
1136 ReadGeneralRegisters (SystemContext); in GdbExceptionHandler()
1140 WriteGeneralRegisters (SystemContext, gInBuffer); in GdbExceptionHandler()
1157 WriteNthRegister (SystemContext, gInBuffer); in GdbExceptionHandler()
1186 SingleStep (SystemContext, gInBuffer); in GdbExceptionHandler()
1190 RemoveBreakPoint (SystemContext, gInBuffer); in GdbExceptionHandler()
1194 InsertBreakPoint (SystemContext, gInBuffer); in GdbExceptionHandler()
1215 IN OUT EFI_SYSTEM_CONTEXT SystemContext in GdbPeriodicCallBack() argument
1254 AddSingleStep (SystemContext); in GdbPeriodicCallBack()