Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValueList.cpp78 SBValueList::SBValueList() { LLDB_INSTRUMENT_VA(this); } in SBValueList() function in SBValueList
80 SBValueList::SBValueList(const SBValueList &rhs) { in SBValueList() function in SBValueList
87 SBValueList::SBValueList(const ValueListImpl *lldb_object_ptr) { in SBValueList() function in SBValueList
92 SBValueList::~SBValueList() = default;
94 bool SBValueList::IsValid() const { in IsValid()
98 SBValueList::operator bool() const { in operator bool()
104 void SBValueList::Clear() { in Clear()
110 const SBValueList &SBValueList::operator=(const SBValueList &rhs) { in operator =()
122 ValueListImpl *SBValueList::operator->() { return m_opaque_up.get(); } in operator ->()
124 ValueListImpl &SBValueList::operator*() { return *m_opaque_up; } in operator *()
[all …]
H A DSBBlock.cpp241 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables()
247 SBValueList value_list; in GetVariables()
295 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables()
301 SBValueList value_list; in GetVariables()
H A DSBFrame.cpp729 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables()
733 SBValueList value_list; in GetVariables()
758 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables()
780 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables()
783 SBValueList value_list; in GetVariables()
891 SBValueList SBFrame::GetRegisters() { in GetRegisters()
894 SBValueList value_list; in GetRegisters()
H A DSBCommandReturnObject.cpp363 SBValueList
367 SBValueList value_list; in GetValues()
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.cpp1852 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1856 SBValueList sb_value_list; in FindGlobalVariables()
1878 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1883 SBValueList sb_value_list; in FindGlobalVariables()
1929 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable()
/freebsd/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.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);
167 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.h99 friend class SBValueList; variable
H A DSBCommandReturnObject.h139 lldb::SBValueList GetValues(lldb::DynamicValueType use_dynamic);
H A DSBModule.h186 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
H A DSBTarget.h495 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches);
520 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
H A DSBDefines.h135 class LLDB_API SBValueList; variable
H A DSBValue.h448 friend class SBValueList; variable
/freebsd/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;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig169 %include "lldb/API/SBValueList.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3700 SWIGINTERN std::string lldb_SBValueList___str__(lldb::SBValueList *self){ in lldb_SBValueList___str__()
7298 lldb::SBValueList result; in _wrap_SBBlock_GetVariables__SWIG_0()
7323 lldb::SBValueList * resultptr = new lldb::SBValueList(result); in _wrap_SBBlock_GetVariables__SWIG_0()
7343 lldb::SBValueList result; in _wrap_SBBlock_GetVariables__SWIG_1()
7366 lldb::SBValueList * resultptr = new lldb::SBValueList(result); in _wrap_SBBlock_GetVariables__SWIG_1()
16159 lldb::SBValueList result; in _wrap_SBCommandReturnObject_GetValues()
16172 lldb::SBValueList * resultptr = new lldb::SBValueList(result); in _wrap_SBCommandReturnObject_GetValues()
31821 lldb::SBValueList result; in _wrap_SBFrame_GetVariables__SWIG_0()
31840 lldb::SBValueList * resultptr = new lldb::SBValueList(result); in _wrap_SBFrame_GetVariables__SWIG_0()
31861 lldb::SBValueList result; in _wrap_SBFrame_GetVariables__SWIG_1()
[all …]
H A DMakefile109 SRCS+= API/SBValueList.cpp