Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h33 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments()
45 lldb::ValueObjectListSP m_arguments;
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h241 virtual lldb::ValueObjectListSP GetRecognizedArguments( in GetRecognizedArguments()
244 return lldb::ValueObjectListSP(); in GetRecognizedArguments()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1442 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments()
1448 return ValueObjectListSP(); in GetRecognizedArguments()
1458 return ValueObjectListSP(); in GetRecognizedArguments()
1471 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()
1482 return ValueObjectListSP(); in GetRecognizedArguments()
H A DScriptInterpreterPythonImpl.h123 lldb::ValueObjectListSP
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h448 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP; typedef
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp685 ValueObjectListSP recognized_arg_list = in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBFrame.cpp861 ValueObjectListSP recognized_arg_list = in GetVariables()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3262 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()