Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp631 Status deref_error; in GetValueForVariableExpressionPath() local
633 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); in GetValueForVariableExpressionPath()
636 "Failed to dereference reference type: %s", deref_error); in GetValueForVariableExpressionPath()
641 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath()
644 "Failed to dereference sythetic value: %s", deref_error); in GetValueForVariableExpressionPath()