Searched refs:GetVariables (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameExtensions.i | 18 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 D | SBFrameDocstrings.i | 110 ) lldb::SBFrame::GetVariables;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBFrame.h | 149 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 152 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 156 lldb::SBValueList GetVariables(const lldb::SBVariablesOptions &options);
|
H A D | SBBlock.h | 61 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 D | SBBlock.cpp | 242 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() function in SBBlock 296 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() function in SBBlock
|
H A D | SBFrame.cpp | 728 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() function in SBFrame 752 value_list = GetVariables(options); in GetVariables() 757 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() function in SBFrame 776 return GetVariables(options); in GetVariables() 779 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables() function in SBFrame
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 7387 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5,arg6); in _wrap_SBBlock_GetVariables__SWIG_0() 7430 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5); in _wrap_SBBlock_GetVariables__SWIG_1() 31367 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5); in _wrap_SBFrame_GetVariables__SWIG_0() 31409 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5,arg6); in _wrap_SBFrame_GetVariables__SWIG_1() 31443 result = (arg1)->GetVariables((lldb::SBVariablesOptions const &)*arg2); in _wrap_SBFrame_GetVariables__SWIG_2()
|