Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrame.h422 GetValueObjectForFrameVariable(const lldb::VariableSP &variable_sp,
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp596 valobj_sp = GetValueObjectForFrameVariable(variable_sp, use_dynamic); in GetValueForVariableExpressionPath()
606 valobj_sp = GetValueObjectForFrameVariable(var_sp, use_dynamic); in GetValueForVariableExpressionPath()
1146 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable() function in StackFrame
1517 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt()
1740 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp271 frame_sp->GetValueObjectForFrameVariable(variable_sp, in GetVariables()
H A DSBFrame.cpp613 value_sp = frame->GetValueObjectForFrameVariable(variable_sp, in FindValue()
843 ValueObjectSP valobj_sp(frame->GetValueObjectForFrameVariable( in GetVariables()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp536 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
647 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5915 frame->GetValueObjectForFrameVariable(local_sp, use_dynamic); in WindowDelegateDraw()