Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp637 Status deref_error; in GetValueForVariableExpressionPath() local
639 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); in GetValueForVariableExpressionPath()
642 "Failed to dereference reference type: %s", deref_error); in GetValueForVariableExpressionPath()
647 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath()
650 "Failed to dereference sythetic value: {0}", deref_error); in GetValueForVariableExpressionPath()