Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
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()
62 ValueObjectSP ValueObjectList::FindValueObjectByValueName(const char *name) { in FindValueObjectByValueName()
76 ValueObjectSP ValueObjectList::FindValueObjectByUID(lldb::user_id_t uid) { in FindValueObjectByUID()
[all …]
DCMakeLists.txt63 ValueObjectList.cpp
DIOHandlerCursesGUI.cpp2228 ValueObjectListDelegate(ValueObjectList &valobj_list) in ValueObjectListDelegate()
2236 void SetValues(ValueObjectList &valobj_list) { in SetValues()
2614 ValueObjectList local_values; in WindowDelegateDraw()
2668 ValueObjectList value_list; in WindowDelegateDraw()
/external/llvm-project/lldb/include/lldb/Core/
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);
/external/llvm-project/lldb/include/lldb/Symbol/
DVariable.h102 ValueObjectList &valobj_list);
/external/llvm-project/lldb/source/Target/
DStackFrameRecognizer.cpp40 auto args_synthesized = ValueObjectListSP(new ValueObjectList()); in RecognizeFrame()
/external/llvm-project/lldb/include/lldb/Target/
DStackFrame.h521 ValueObjectList m_variable_list_value_objects; // Value objects for each
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h267 class ValueObjectList; variable
466 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP;
/external/llvm-project/lldb/source/Symbol/
DVariable.cpp333 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath()
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp938 ValueObjectList valobj_list; in DoExecute()
DCommandObjectTarget.cpp851 ValueObjectList valobj_list; in DoExecute()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp2637 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1536 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()