Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h427 GetValueObjectForFrameVariable(const lldb::VariableSP &variable_sp,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp609 valobj_sp = GetValueObjectForFrameVariable(variable_sp, use_dynamic); in GetValueForVariableExpressionPath()
619 valobj_sp = GetValueObjectForFrameVariable(var_sp, use_dynamic); in GetValueForVariableExpressionPath()
1159 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable() function in StackFrame
1532 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt()
1755 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp271 frame_sp->GetValueObjectForFrameVariable(variable_sp, in GetVariables()
H A DSBFrame.cpp614 value_sp = frame->GetValueObjectForFrameVariable(variable_sp, in FindValue()
847 ValueObjectSP valobj_sp(frame->GetValueObjectForFrameVariable( in GetVariables()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp542 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
653 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5917 frame->GetValueObjectForFrameVariable(local_sp, use_dynamic); in WindowDelegateDraw()