Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp559 auto valobj_or_error = interpreter.Evaluate((*tree_or_error).get()); in DILGetValueForVariableExpressionPath() local
560 if (!valobj_or_error) { in DILGetValueForVariableExpressionPath()
561 error = Status::FromError(valobj_or_error.takeError()); in DILGetValueForVariableExpressionPath()
565 var_sp = (*valobj_or_error)->GetVariable(); in DILGetValueForVariableExpressionPath()
566 return *valobj_or_error; in DILGetValueForVariableExpressionPath()