| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValueList.cpp | 78 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 D | SBBlock.cpp | 241 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 D | SBFrame.cpp | 729 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 D | SBCommandReturnObject.cpp | 363 SBValueList 367 SBValueList value_list; in GetValues()
|
| H A D | SBModule.cpp | 404 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 D | SBTarget.cpp | 1852 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 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); 81 SBValueList(const ValueListImpl *lldb_object_ptr);
|
| H A D | SBFrame.h | 158 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 D | SBBlock.h | 61 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments, 65 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
|
| H A D | SBError.h | 99 friend class SBValueList; variable
|
| H A D | SBCommandReturnObject.h | 139 lldb::SBValueList GetValues(lldb::DynamicValueType use_dynamic);
|
| H A D | SBModule.h | 186 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
|
| H A D | SBTarget.h | 495 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches); 520 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
|
| H A D | SBDefines.h | 135 class LLDB_API SBValueList; variable
|
| H A D | SBValue.h | 448 friend class SBValueList; variable
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValueListExtensions.i | 1 %extend lldb::SBValueList { 6 std::string lldb::SBValueList::__str__ (){ in __str__()
|
| H A D | SBValueListDocstrings.i | 58 ) lldb::SBValueList;
|
| /freebsd/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 169 %include "lldb/API/SBValueList.h"
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3700 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 D | Makefile | 109 SRCS+= API/SBValueList.cpp
|