Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h35 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments()
47 lldb::ValueObjectListSP m_arguments;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h249 virtual lldb::ValueObjectListSP GetRecognizedArguments( in GetRecognizedArguments()
252 return lldb::ValueObjectListSP(); in GetRecognizedArguments()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1487 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments()
1493 return ValueObjectListSP(); in GetRecognizedArguments()
1503 return ValueObjectListSP(); in GetRecognizedArguments()
1516 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()
1528 return ValueObjectListSP(); in GetRecognizedArguments()
H A DScriptInterpreterPythonImpl.h106 lldb::ValueObjectListSP
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h483 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP; typedef
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp670 ValueObjectListSP recognized_arg_list = in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp872 ValueObjectListSP recognized_arg_list = in GetVariables()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3438 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()