Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp644 Status deref_error; in GetValueForVariableExpressionPath() local
646 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); in GetValueForVariableExpressionPath()
649 "Failed to dereference reference type: %s", deref_error); in GetValueForVariableExpressionPath()
654 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath()
657 "Failed to dereference sythetic value: {0}", deref_error); in GetValueForVariableExpressionPath()