Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameRecognizer.cpp21 ScriptedRecognizedStackFrame(ValueObjectListSP args) { in ScriptedRecognizedStackFrame()
38 ValueObjectListSP args = in RecognizeFrame()
40 auto args_synthesized = ValueObjectListSP(new ValueObjectList()); in RecognizeFrame()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h34 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments()
46 lldb::ValueObjectListSP m_arguments;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h245 virtual lldb::ValueObjectListSP GetRecognizedArguments( in GetRecognizedArguments()
248 return lldb::ValueObjectListSP(); in GetRecognizedArguments()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1444 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments()
1450 return ValueObjectListSP(); in GetRecognizedArguments()
1460 return ValueObjectListSP(); in GetRecognizedArguments()
1473 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()
1484 return ValueObjectListSP(); in GetRecognizedArguments()
H A DScriptInterpreterPythonImpl.h123 lldb::ValueObjectListSP
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h458 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP; typedef
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp691 ValueObjectListSP recognized_arg_list = in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp865 ValueObjectListSP recognized_arg_list = in GetVariables()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3279 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()