Home
last modified time | relevance | path

Searched refs:ValueObjectList (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectList.cpp21 ValueObjectList::ValueObjectList() : m_value_objects() {} in ValueObjectList() function in ValueObjectList
23 ValueObjectList::ValueObjectList(const ValueObjectList &rhs) in ValueObjectList() function in ValueObjectList
26 ValueObjectList::~ValueObjectList() {} in ~ValueObjectList()
28 const ValueObjectList &ValueObjectList::operator=(const ValueObjectList &rhs) { in operator =()
34 void ValueObjectList::Append(const ValueObjectSP &val_obj_sp) { in Append()
38 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append()
44 size_t ValueObjectList::GetSize() const { return m_value_objects.size(); } in GetSize()
48 lldb::ValueObjectSP ValueObjectList::GetValueObjectAtIndex(size_t idx) { in GetValueObjectAtIndex()
64 void ValueObjectList::SetValueObjectAtIndex(size_t idx, in SetValueObjectAtIndex()
102 ValueObjectList::FindValueObjectByPointer(ValueObject *find_valobj) { in FindValueObjectByPointer()
[all …]
H A DIOHandler.cpp2638 ValueObjectListDelegate(ValueObjectList &valobj_list) in ValueObjectListDelegate()
2647 void SetValues(ValueObjectList &valobj_list) { in SetValues()
3027 ValueObjectList local_values; in WindowDelegateDraw()
3082 ValueObjectList value_list; in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectList.h29 class ValueObjectList {
34 ValueObjectList();
36 ValueObjectList(const ValueObjectList &rhs);
38 ~ValueObjectList();
40 const ValueObjectList &operator=(const ValueObjectList &rhs);
44 void Append(const ValueObjectList &valobj_list);
62 void Swap(ValueObjectList &value_object_list);
H A DIOHandler.h503 ValueObjectList &valobj_list);
512 ValueObjectList m_valobj_list;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h104 ValueObjectList &valobj_list);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h576 ValueObjectList m_variable_list_value_objects; // Value objects for each
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h297 class ValueObjectList; variable
496 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp334 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp890 ValueObjectList valobj_list; in DoExecute()
H A DCommandObjectTarget.cpp860 ValueObjectList valobj_list; in DoExecute()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile173 SRCS+= Core/ValueObjectList.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2634 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1553 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()