Home
last modified time | relevance | path

Searched refs:ValueObjectListSP (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h30 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments()
39 lldb::ValueObjectListSP m_arguments;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameRecognizer.cpp25 ScriptedRecognizedStackFrame(ValueObjectListSP args) { in ScriptedRecognizedStackFrame()
42 ValueObjectListSP args = in RecognizeFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h177 virtual lldb::ValueObjectListSP GetRecognizedArguments( in GetRecognizedArguments()
180 return lldb::ValueObjectListSP(); in GetRecognizedArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1527 lldb::ValueObjectListSP ScriptInterpreterPython::GetRecognizedArguments( in GetRecognizedArguments()
1532 if (!os_plugin_object_sp) return ValueObjectListSP(); in GetRecognizedArguments()
1540 if (!implementor.IsAllocated()) return ValueObjectListSP(); in GetRecognizedArguments()
1553 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()
1563 return ValueObjectListSP(); in GetRecognizedArguments()
H A DScriptInterpreterPython.h239 lldb::ValueObjectListSP
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h496 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp719 ValueObjectListSP recognized_arg_list = in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp1038 ValueObjectListSP recognized_arg_list = in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2634 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()