Home
last modified time | relevance | path

Searched refs:eExecutionInterrupted (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/
Dlldb-private-enumerations.h133 eExecutionInterrupted, enumerator
/external/lldb/source/Target/
DProcess.cpp4965 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 …]
/external/lldb/source/Expression/
DClangUserExpression.cpp902 … if (execution_result == eExecutionInterrupted || execution_result == eExecutionHitBreakpoint) in Execute()
917 if ((execution_result == eExecutionInterrupted && unwind_on_error) in Execute()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1467 case eExecutionInterrupted: in PreprocessCommand()