Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i18 return self.GetVariables(True,True,True,True)
28 return self.GetVariables(True,False,False,False)
31 return self.GetVariables(False,True,False,False)
34 return self.GetVariables(False,False,True,False)
H A DSBFrameDocstrings.i125 ) lldb::SBFrame::GetVariables;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h158 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
161 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
165 lldb::SBValueList GetVariables(const lldb::SBVariablesOptions &options);
H A DSBBlock.h61 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments,
65 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp241 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() function in SBBlock
295 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() function in SBBlock
H A DSBFrame.cpp729 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() function in SBFrame
753 value_list = GetVariables(options); in GetVariables()
758 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() function in SBFrame
777 return GetVariables(options); in GetVariables()
780 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables() function in SBFrame
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7321 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5,arg6); in _wrap_SBBlock_GetVariables__SWIG_0()
7364 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5); in _wrap_SBBlock_GetVariables__SWIG_1()
31838 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5); in _wrap_SBFrame_GetVariables__SWIG_0()
31880 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5,arg6); in _wrap_SBFrame_GetVariables__SWIG_1()
31914 result = (arg1)->GetVariables((lldb::SBVariablesOptions const &)*arg2); in _wrap_SBFrame_GetVariables__SWIG_2()