Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-private-enumerations.h137 eExecutionHitBreakpoint, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangUserExpression.cpp869 … if (execution_result == eExecutionInterrupted || execution_result == eExecutionHitBreakpoint) in Execute()
885 … || (execution_result == eExecutionHitBreakpoint && options.DoesIgnoreBreakpoints())) in Execute()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp5346 return_value = eExecutionHitBreakpoint; in RunThreadPlan()
5564 … || (return_value == eExecutionHitBreakpoint && options.DoesIgnoreBreakpoints()); in RunThreadPlan()
5573 if (return_value == eExecutionInterrupted || return_value == eExecutionHitBreakpoint) in RunThreadPlan()
5771 case eExecutionHitBreakpoint: in ExecutionResultAsCString()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp1500 case eExecutionHitBreakpoint: in PreprocessCommand()