Searched refs:GetValueObjectForFrameVariable (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILEval.cpp | 64 stack_frame->GetValueObjectForFrameVariable(var_sp, use_dynamic); in LookupGlobalIdentifier() 116 stack_frame->GetValueObjectForFrameVariable(var_sp, use_dynamic); in LookupIdentifier()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 463 GetValueObjectForFrameVariable(const lldb::VariableSP &variable_sp,
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 280 frame_sp->GetValueObjectForFrameVariable(variable_sp, in GetVariables()
|
| H A D | SBFrame.cpp | 618 value_sp = frame->GetValueObjectForFrameVariable(variable_sp, in FindValue() 854 ValueObjectSP valobj_sp(frame->GetValueObjectForFrameVariable( in GetVariables()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 665 valobj_sp = GetValueObjectForFrameVariable(variable_sp, use_dynamic); in LegacyGetValueForVariableExpressionPath() 675 valobj_sp = GetValueObjectForFrameVariable(var_sp, use_dynamic); in LegacyGetValueForVariableExpressionPath() 1212 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable() function in StackFrame 1662 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt() 1884 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 565 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute() 658 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5939 frame->GetValueObjectForFrameVariable(local_sp, use_dynamic); in WindowDelegateDraw()
|