/external/llvm-project/lldb/source/API/ |
D | SBValueList.cpp | 70 SBValueList::SBValueList() : m_opaque_up() { in SBValueList() function in SBValueList 71 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBValueList); in SBValueList() 74 SBValueList::SBValueList(const SBValueList &rhs) : m_opaque_up() { in SBValueList() function in SBValueList 75 LLDB_RECORD_CONSTRUCTOR(SBValueList, (const lldb::SBValueList &), rhs); in SBValueList() 81 SBValueList::SBValueList(const ValueListImpl *lldb_object_ptr) : m_opaque_up() { in SBValueList() function in SBValueList 86 SBValueList::~SBValueList() = default; 88 bool SBValueList::IsValid() const { in IsValid() 89 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBValueList, IsValid); in IsValid() 92 SBValueList::operator bool() const { in operator bool() 93 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBValueList, operator bool); in operator bool() [all …]
|
D | SBBlock.cpp | 240 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() 244 lldb::SBValueList, SBBlock, GetVariables, in GetVariables() 249 SBValueList value_list; in GetVariables() 297 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() 299 LLDB_RECORD_METHOD(lldb::SBValueList, SBBlock, GetVariables, in GetVariables() 305 SBValueList value_list; in GetVariables() 379 lldb::SBValueList, SBBlock, GetVariables, in RegisterMethods() 381 LLDB_REGISTER_METHOD(lldb::SBValueList, SBBlock, GetVariables, in RegisterMethods()
|
D | SBFrame.cpp | 752 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() 754 LLDB_RECORD_METHOD(lldb::SBValueList, SBFrame, GetVariables, in GetVariables() 758 SBValueList value_list; in GetVariables() 783 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() 786 LLDB_RECORD_METHOD(lldb::SBValueList, SBFrame, GetVariables, in GetVariables() 806 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables() 807 LLDB_RECORD_METHOD(lldb::SBValueList, SBFrame, GetVariables, in GetVariables() 810 SBValueList value_list; in GetVariables() 907 SBValueList SBFrame::GetRegisters() { in GetRegisters() 908 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValueList, SBFrame, GetRegisters); in GetRegisters() [all …]
|
D | SBModule.cpp | 409 SBValueList SBModule::FindGlobalVariables(SBTarget &target, const char *name, in FindGlobalVariables() 411 LLDB_RECORD_METHOD(lldb::SBValueList, SBModule, FindGlobalVariables, in FindGlobalVariables() 415 SBValueList sb_value_list; in FindGlobalVariables() 438 SBValueList sb_value_list(FindGlobalVariables(target, name, 1)); in FindFirstGlobalVariable() 748 LLDB_REGISTER_METHOD(lldb::SBValueList, SBModule, FindGlobalVariables, in RegisterMethods()
|
D | SBTarget.cpp | 1942 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() 1944 LLDB_RECORD_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in FindGlobalVariables() 1947 SBValueList sb_value_list; in FindGlobalVariables() 1970 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() 1973 LLDB_RECORD_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in FindGlobalVariables() 1977 SBValueList sb_value_list; in FindGlobalVariables() 2020 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable() 2624 LLDB_REGISTER_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in RegisterMethods() 2626 LLDB_REGISTER_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in RegisterMethods()
|
D | SBReproducer.cpp | 132 RegisterMethods<SBValueList>(R); in SBRegistry()
|
D | CMakeLists.txt | 89 SBValueList.cpp
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBValueList.h | 18 class LLDB_API SBValueList { 20 SBValueList(); 22 SBValueList(const lldb::SBValueList &rhs); 24 ~SBValueList(); 34 void Append(const lldb::SBValueList &value_list); 44 const lldb::SBValueList &operator=(const lldb::SBValueList &rhs); 54 SBValueList(const ValueListImpl *lldb_object_ptr);
|
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); 149 lldb::SBValueList GetRegisters();
|
D | SBBlock.h | 57 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments, 61 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
|
D | SBModule.h | 184 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
|
D | SBDefines.h | 93 class LLDB_API SBValueList; variable
|
D | SBTarget.h | 426 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches); 451 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
|
D | SBValue.h | 383 friend class SBValueList; variable
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBValueList.i | 67 ) SBValueList; 68 class SBValueList 72 SBValueList (); 74 SBValueList (const lldb::SBValueList &rhs); 76 ~SBValueList(); 90 Append (const lldb::SBValueList& value_list); 106 std::string lldb::SBValueList::__str__ (){ in __str__()
|
D | SBFrame.i | 215 lldb::SBValueList 221 lldb::SBValueList 228 lldb::SBValueList 231 lldb::SBValueList
|
D | SBBlock.i | 90 lldb::SBValueList 97 lldb::SBValueList
|
D | SBTarget.i | 490 lldb::SBValueList 507 lldb::SBValueList
|
D | SBModule.i | 305 lldb::SBValueList
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | VSCode.h | 84 lldb::SBValueList variables;
|
/external/llvm-project/lldb/bindings/ |
D | headers.swig | 76 #include "lldb/API/SBValueList.h"
|
D | interfaces.swig | 83 %include "./interface/SBValueList.i"
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | TestDefaultConstructorForAPIObjects.py | 384 obj = lldb.SBValueList()
|