Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrame.cpp657 Status deref_error; in GetValueForVariableExpressionPath() local
659 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); in GetValueForVariableExpressionPath()
662 "Failed to dereference reference type: %s", deref_error); in GetValueForVariableExpressionPath()
667 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath()
670 "Failed to dereference sythetic value: {0}", deref_error); in GetValueForVariableExpressionPath()