Searched refs:eExecutionInterrupted (Results 1 – 4 of 4) sorted by relevance
133 eExecutionInterrupted, enumerator
4965 return_value = eExecutionInterrupted; in RunThreadPlan()4988 return_value = eExecutionInterrupted; in RunThreadPlan()5044 return_value = eExecutionInterrupted; in RunThreadPlan()5068 return_value = eExecutionInterrupted; in RunThreadPlan()5082 return_value = eExecutionInterrupted; in RunThreadPlan()5180 return_value = eExecutionInterrupted; in RunThreadPlan()5201 return_value = eExecutionInterrupted; in RunThreadPlan()5211 return_value = eExecutionInterrupted; in RunThreadPlan()5249 bool should_unwind = (return_value == eExecutionInterrupted && unwind_on_error) in RunThreadPlan()5259 if (return_value == eExecutionInterrupted || return_value == eExecutionHitBreakpoint) in RunThreadPlan()[all …]
902 … if (execution_result == eExecutionInterrupted || execution_result == eExecutionHitBreakpoint) in Execute()917 if ((execution_result == eExecutionInterrupted && unwind_on_error) in Execute()
1467 case eExecutionInterrupted: in PreprocessCommand()