Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h422 GetValueObjectForFrameVariable(const lldb::VariableSP &variable_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp589 valobj_sp = GetValueObjectForFrameVariable(variable_sp, use_dynamic); in GetValueForVariableExpressionPath()
599 valobj_sp = GetValueObjectForFrameVariable(var_sp, use_dynamic); in GetValueForVariableExpressionPath()
1139 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable() function in StackFrame
1503 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt()
1726 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp280 frame_sp->GetValueObjectForFrameVariable(variable_sp, in GetVariables()
H A DSBFrame.cpp626 value_sp = frame->GetValueObjectForFrameVariable(variable_sp, in FindValue()
871 ValueObjectSP valobj_sp(frame->GetValueObjectForFrameVariable( in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp537 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
651 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4447 frame->GetValueObjectForFrameVariable(local_sp, use_dynamic); in WindowDelegateDraw()