Searched refs:EndCondition (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darminit.c204 state->EndCondition = 0;
340 case ARMul_ResetV: state->EndCondition = RDIError_Reset; break;
341 case ARMul_UndefinedInstrV: state->EndCondition = RDIError_UndefinedInstruction; break;
342 case ARMul_SWIV: state->EndCondition = RDIError_SoftwareInterrupt; break;
343 case ARMul_PrefetchAbortV: state->EndCondition = RDIError_PrefetchAbort; break;
344 case ARMul_DataAbortV: state->EndCondition = RDIError_DataAbort; break;
345 case ARMul_AddrExceptnV: state->EndCondition = RDIError_AddressException; break;
346 case ARMul_IRQV: state->EndCondition = RDIError_IRQ; break;
347 case ARMul_FIQV: state->EndCondition = RDIError_FIQ; break;
H A Dwrapper.c182 state->EndCondition = 0;
188 if (state->EndCondition == 0)
189 state->EndCondition = RDIError_BreakpointReached;
896 else if (state->EndCondition == 0)
904 if (state->EndCondition == RDIError_BreakpointReached)
906 else if ( state->EndCondition == RDIError_DataAbort
907 || state->EndCondition == RDIError_AddressException)
H A Darmos.c523 state->EndCondition = RDIError_BreakpointReached;
718 state->EndCondition = RDIError_SoftwareInterrupt;
H A Darmdefs.h74 unsigned EndCondition; /* reason for stopping */ member in struct:ARMul_State
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darminit.c207 state->EndCondition = 0;
343 case ARMul_ResetV: state->EndCondition = RDIError_Reset; break;
344 case ARMul_UndefinedInstrV: state->EndCondition = RDIError_UndefinedInstruction; break;
345 case ARMul_SWIV: state->EndCondition = RDIError_SoftwareInterrupt; break;
346 case ARMul_PrefetchAbortV: state->EndCondition = RDIError_PrefetchAbort; break;
347 case ARMul_DataAbortV: state->EndCondition = RDIError_DataAbort; break;
348 case ARMul_AddrExceptnV: state->EndCondition = RDIError_AddressException; break;
349 case ARMul_IRQV: state->EndCondition = RDIError_IRQ; break;
350 case ARMul_FIQV: state->EndCondition = RDIError_FIQ; break;
H A Dwrapper.c200 state->EndCondition = 0;
206 if (state->EndCondition == 0)
207 state->EndCondition = RDIError_BreakpointReached;
923 else if (state->EndCondition == 0)
931 if (state->EndCondition == RDIError_BreakpointReached)
933 else if ( state->EndCondition == RDIError_DataAbort
934 || state->EndCondition == RDIError_AddressException)
H A Darmos.c530 state->EndCondition = RDIError_BreakpointReached;
725 state->EndCondition = RDIError_SoftwareInterrupt;
H A Darmdefs.h74 unsigned EndCondition; /* reason for stopping */ member in struct:ARMul_State

Completed in 202 milliseconds