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.cpp23 ScriptedRecognizedStackFrame(ValueObjectListSP args, bool hidden) in ScriptedRecognizedStackFrame()
42 ValueObjectListSP args = in RecognizeFrame()
44 auto args_synthesized = ValueObjectListSP(new ValueObjectList()); in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h37 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments()
51 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.cpp1470 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments()
1476 return ValueObjectListSP(); in GetRecognizedArguments()
1486 return ValueObjectListSP(); in GetRecognizedArguments()
1499 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()
1511 return ValueObjectListSP(); in GetRecognizedArguments()
H A DScriptInterpreterPythonImpl.h97 lldb::ValueObjectListSP
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h493 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP; typedef
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp700 ValueObjectListSP recognized_arg_list = in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp873 ValueObjectListSP recognized_arg_list = in GetVariables()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3465 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()