| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrame.i | 215 target's default.") GetVariables; 217 GetVariables (bool arguments, 223 GetVariables (bool arguments, 230 GetVariables (const lldb::SBVariablesOptions& options); 301 return self.GetVariables(True,True,True,True) 311 return self.GetVariables(True,False,False,False) 314 return self.GetVariables(False,True,False,False) 317 return self.GetVariables(False,False,True,False)
|
| H A D | SBBlock.i | 91 GetVariables (lldb::SBFrame& frame, 98 GetVariables (lldb::SBTarget& target,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 238 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() function in SBBlock 242 lldb::SBValueList, SBBlock, GetVariables, in GetVariables() 295 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() function in SBBlock 297 LLDB_RECORD_METHOD(lldb::SBValueList, SBBlock, GetVariables, in GetVariables() 377 lldb::SBValueList, SBBlock, GetVariables, in RegisterMethods() 379 LLDB_REGISTER_METHOD(lldb::SBValueList, SBBlock, GetVariables, in RegisterMethods()
|
| H A D | SBFrame.cpp | 752 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() function in SBFrame 754 LLDB_RECORD_METHOD(lldb::SBValueList, SBFrame, GetVariables, in GetVariables() 778 value_list = GetVariables(options); in GetVariables() 783 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() function in SBFrame 786 LLDB_RECORD_METHOD(lldb::SBValueList, SBFrame, GetVariables, in GetVariables() 803 return LLDB_RECORD_RESULT(GetVariables(options)); in GetVariables() 806 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables() function in SBFrame 807 LLDB_RECORD_METHOD(lldb::SBValueList, SBFrame, GetVariables, in GetVariables() 1340 LLDB_REGISTER_METHOD(lldb::SBValueList, SBFrame, GetVariables, in RegisterMethods() 1342 LLDB_REGISTER_METHOD(lldb::SBValueList, SBFrame, GetVariables, in RegisterMethods() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 140 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 143 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 147 lldb::SBValueList GetVariables(const lldb::SBVariablesOptions &options);
|
| H A D | SBBlock.h | 57 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments, 61 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 6337 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5,arg6); in _wrap_SBBlock_GetVariables__SWIG_0() 6380 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5); in _wrap_SBBlock_GetVariables__SWIG_1() 27543 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5); in _wrap_SBFrame_GetVariables__SWIG_0() 27585 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5,arg6); in _wrap_SBFrame_GetVariables__SWIG_1() 27619 result = (arg1)->GetVariables((lldb::SBVariablesOptions const &)*arg2); in _wrap_SBFrame_GetVariables__SWIG_2()
|