Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectList.cpp19 const ValueObjectList &ValueObjectList::operator=(const ValueObjectList &rhs) { in operator =()
25 void ValueObjectList::Append(const ValueObjectSP &val_obj_sp) { in Append()
29 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append()
35 size_t ValueObjectList::GetSize() const { return m_value_objects.size(); } in GetSize()
37 void ValueObjectList::Resize(size_t size) { m_value_objects.resize(size); } in Resize()
39 lldb::ValueObjectSP ValueObjectList::GetValueObjectAtIndex(size_t idx) { in GetValueObjectAtIndex()
46 lldb::ValueObjectSP ValueObjectList::RemoveValueObjectAtIndex(size_t idx) { in RemoveValueObjectAtIndex()
55 void ValueObjectList::SetValueObjectAtIndex(size_t idx, in SetValueObjectAtIndex()
76 ValueObjectSP ValueObjectList::FindValueObjectByUID(lldb::user_id_t uid) { in FindValueObjectByUID()
93 ValueObjectList::FindValueObjectByPointer(ValueObject *find_valobj) { in FindValueObjectByPointer()
[all …]
H A DCMakeLists.txt68 ValueObjectList.cpp
H A DIOHandlerCursesGUI.cpp5519 ValueObjectListDelegate(ValueObjectList &valobj_list) : m_rows() { in ValueObjectListDelegate()
5525 void SetValues(ValueObjectList &valobj_list) { in SetValues()
5906 ValueObjectList local_values; in WindowDelegateDraw()
5960 ValueObjectList value_list; in WindowDelegateDraw()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectList.h23 class ValueObjectList {
25 const ValueObjectList &operator=(const ValueObjectList &rhs);
29 void Append(const ValueObjectList &valobj_list);
47 void Swap(ValueObjectList &value_object_list);
/openbsd/gnu/usr.bin/clang/liblldbCore/
H A DMakefile54 ValueObjectList.cpp \
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h106 ValueObjectList &valobj_list);
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/
H A DBUILD.gn91 "ValueObjectList.cpp",
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrameRecognizer.cpp40 auto args_synthesized = ValueObjectListSP(new ValueObjectList()); in RecognizeFrame()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h528 ValueObjectList m_variable_list_value_objects; // Value objects for each
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h280 class ValueObjectList; variable
458 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP;
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp325 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp913 ValueObjectList valobj_list; in DoExecute()
H A DCommandObjectTarget.cpp839 ValueObjectList valobj_list; in DoExecute()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3279 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1473 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4014 lldb/source/Core/ValueObjectList.cpp