Home
last modified time | relevance | path

Searched refs:eExpressionStoppedForDebug (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp221 } else if (execution_result == lldb::eExpressionStoppedForDebug) { in DoExecute()
H A DREPL.cpp400 case lldb::eExpressionStoppedForDebug: in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h293 eExpressionStoppedForDebug enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4990 return eExpressionStoppedForDebug; in RunThreadPlan()
5650 case eExpressionStoppedForDebug: in ExecutionResultAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1585 case eExpressionStoppedForDebug: in PreprocessCommand()