Home
last modified time | relevance | path

Searched refs:SBValueList (Results 1 – 19 of 19) sorted by relevance

/src/contrib/llvm-project/lldb/source/API/
H A DSBValueList.cpp77 SBValueList::SBValueList() { LLDB_INSTRUMENT_VA(this); } in SBValueList() function in SBValueList
79 SBValueList::SBValueList(const SBValueList &rhs) { in SBValueList() function in SBValueList
86 SBValueList::SBValueList(const ValueListImpl *lldb_object_ptr) { in SBValueList() function in SBValueList
91 SBValueList::~SBValueList() = default;
93 bool SBValueList::IsValid() const { in IsValid()
97 SBValueList::operator bool() const { in operator bool()
103 void SBValueList::Clear() { in Clear()
109 const SBValueList &SBValueList::operator=(const SBValueList &rhs) { in operator =()
121 ValueListImpl *SBValueList::operator->() { return m_opaque_up.get(); } in operator ->()
123 ValueListImpl &SBValueList::operator*() { return *m_opaque_up; } in operator *()
[all …]
H A DSBBlock.cpp242 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables()
248 SBValueList value_list; in GetVariables()
296 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables()
302 SBValueList value_list; in GetVariables()
H A DSBFrame.cpp728 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables()
732 SBValueList value_list; in GetVariables()
757 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables()
779 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables()
782 SBValueList value_list; in GetVariables()
890 SBValueList SBFrame::GetRegisters() { in GetRegisters()
893 SBValueList value_list; in GetRegisters()
H A DSBModule.cpp404 SBValueList SBModule::FindGlobalVariables(SBTarget &target, const char *name, in FindGlobalVariables()
408 SBValueList sb_value_list; in FindGlobalVariables()
430 SBValueList sb_value_list(FindGlobalVariables(target, name, 1)); in FindFirstGlobalVariable()
H A DSBTarget.cpp1895 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1899 SBValueList sb_value_list; in FindGlobalVariables()
1922 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1927 SBValueList sb_value_list; in FindGlobalVariables()
1974 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValueList.h18 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);
81 SBValueList(const ValueListImpl *lldb_object_ptr);
H A DSBFrame.h149 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);
158 lldb::SBValueList GetRegisters();
H A DSBBlock.h61 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments,
65 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
H A DSBError.h94 friend class SBValueList; variable
H A DSBModule.h186 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
H A DSBDefines.h132 class LLDB_API SBValueList; variable
H A DSBTarget.h478 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches);
503 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
H A DSBValue.h449 friend class SBValueList; variable
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueListExtensions.i1 %extend lldb::SBValueList {
6 std::string lldb::SBValueList::__str__ (){ in __str__()
H A DSBValueListDocstrings.i58 ) lldb::SBValueList;
/src/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig84 #include "lldb/API/SBValueList.h"
H A Dinterfaces.swig165 %include "lldb/API/SBValueList.h"
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3766 SWIGINTERN std::string lldb_SBValueList___str__(lldb::SBValueList *self){ in lldb_SBValueList___str__()
7364 lldb::SBValueList result; in _wrap_SBBlock_GetVariables__SWIG_0()
7389 lldb::SBValueList * resultptr = new lldb::SBValueList(result); in _wrap_SBBlock_GetVariables__SWIG_0()
7409 lldb::SBValueList result; in _wrap_SBBlock_GetVariables__SWIG_1()
7432 lldb::SBValueList * resultptr = new lldb::SBValueList(result); in _wrap_SBBlock_GetVariables__SWIG_1()
31350 lldb::SBValueList result; in _wrap_SBFrame_GetVariables__SWIG_0()
31369 lldb::SBValueList * resultptr = new lldb::SBValueList(result); in _wrap_SBFrame_GetVariables__SWIG_0()
31390 lldb::SBValueList result; in _wrap_SBFrame_GetVariables__SWIG_1()
31411 lldb::SBValueList * resultptr = new lldb::SBValueList(result); in _wrap_SBFrame_GetVariables__SWIG_1()
31428 lldb::SBValueList result; in _wrap_SBFrame_GetVariables__SWIG_2()
[all …]
H A DMakefile108 SRCS+= API/SBValueList.cpp