| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBValueList.cpp | 70 SBValueList::SBValueList() { LLDB_INSTRUMENT_VA(this); } in SBValueList() function in SBValueList 72 SBValueList::SBValueList(const SBValueList &rhs) { in SBValueList() function in SBValueList 79 SBValueList::SBValueList(const ValueListImpl *lldb_object_ptr) { in SBValueList() function in SBValueList 84 SBValueList::~SBValueList() = default; 86 bool SBValueList::IsValid() const { in IsValid() 90 SBValueList::operator bool() const { in operator bool() 96 void SBValueList::Clear() { in Clear() 102 const SBValueList &SBValueList::operator=(const SBValueList &rhs) { in operator =() 138 void SBValueList::Append(const lldb::SBValueList &value_list) { in Append() 167 void SBValueList::CreateIfNeeded() { in CreateIfNeeded() [all …]
|
| H A D | SBBlock.cpp | 232 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() 238 SBValueList value_list; in GetVariables() 286 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() 292 SBValueList value_list; in GetVariables()
|
| H A D | SBFrame.cpp | 728 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() 879 SBValueList SBFrame::GetRegisters() { in GetRegisters() 882 SBValueList value_list; in GetRegisters()
|
| 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 | CMakeLists.txt | 84 SBValueList.cpp
|
| H A D | SBTarget.cpp | 1844 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() 1848 SBValueList sb_value_list; in FindGlobalVariables() 1871 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() 1876 SBValueList sb_value_list; in FindGlobalVariables() 1918 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable()
|
| /llvm-project-15.0.7/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); 54 SBValueList(const ValueListImpl *lldb_object_ptr);
|
| 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); 149 lldb::SBValueList GetRegisters();
|
| H A D | SBBlock.h | 57 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments, 61 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
|
| H A D | SBModule.h | 186 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
|
| H A D | SBDefines.h | 104 class LLDB_API SBValueList; variable
|
| H A D | SBTarget.h | 433 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches); 458 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
|
| H A D | SBValue.h | 389 friend class SBValueList; variable
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValueList.i | 68 ) SBValueList; 69 class SBValueList 73 SBValueList (); 75 SBValueList (const lldb::SBValueList &rhs); 77 ~SBValueList(); 91 Append (const lldb::SBValueList& value_list); 107 std::string lldb::SBValueList::__str__ (){ in __str__()
|
| H A D | SBFrame.i | 216 lldb::SBValueList 222 lldb::SBValueList 229 lldb::SBValueList 232 lldb::SBValueList
|
| H A D | SBBlock.i | 90 lldb::SBValueList 97 lldb::SBValueList
|
| H A D | SBTarget.i | 478 lldb::SBValueList 495 lldb::SBValueList
|
| H A D | SBModule.i | 312 lldb::SBValueList
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | VSCode.h | 87 lldb::SBValueList locals; 88 lldb::SBValueList globals; 89 lldb::SBValueList registers;
|
| H A D | lldb-vscode.cpp | 105 lldb::SBValueList *GetTopLevelScope(int64_t variablesReference) { in GetTopLevelScope() 2779 } else if (lldb::SBValueList *top_scope = in request_setVariable() 2930 if (lldb::SBValueList *top_scope = GetTopLevelScope(variablesReference)) { in request_variables()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/ |
| H A D | BUILD.gn | 107 "SBValueList.cpp",
|
| /llvm-project-15.0.7/lldb/bindings/ |
| H A D | interfaces.swig | 79 %include "./interface/SBValueList.i"
|
| H A D | headers.swig | 75 #include "lldb/API/SBValueList.h"
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | .htaccess | 100 Redirect 301 /python_reference/lldb.SBValueList-class.html https://lldb.llvm.org/python_api/lldb.SB…
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | TestDefaultConstructorForAPIObjects.py | 345 obj = lldb.SBValueList()
|