Home
last modified time | relevance | path

Searched refs:InvokeCancelCallback (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp268 if (options.InvokeCancelCallback(lldb::eExpressionEvaluationParse)) { in Evaluate()
358 if (options.InvokeCancelCallback(lldb::eExpressionEvaluationExecution)) { in Evaluate()
405 if (options.InvokeCancelCallback(lldb::eExpressionEvaluationComplete)) { in Evaluate()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h411 bool InvokeCancelCallback(lldb::ExpressionEvaluationPhase phase) const { in InvokeCancelCallback() function