Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DStackFrameRecognizer.cpp21 ScriptedRecognizedStackFrame(ValueObjectListSP args) { in ScriptedRecognizedStackFrame()
38 ValueObjectListSP args = in RecognizeFrame()
40 auto args_synthesized = ValueObjectListSP(new ValueObjectList()); in RecognizeFrame()
/external/llvm-project/lldb/include/lldb/Target/
DStackFrameRecognizer.h33 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments()
45 lldb::ValueObjectListSP m_arguments;
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h211 virtual lldb::ValueObjectListSP GetRecognizedArguments( in GetRecognizedArguments()
214 return lldb::ValueObjectListSP(); in GetRecognizedArguments()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1507 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments()
1513 return ValueObjectListSP(); in GetRecognizedArguments()
1523 return ValueObjectListSP(); in GetRecognizedArguments()
1536 ValueObjectListSP result = ValueObjectListSP(new ValueObjectList()); in GetRecognizedArguments()
1547 return ValueObjectListSP(); in GetRecognizedArguments()
DScriptInterpreterPythonImpl.h119 lldb::ValueObjectListSP
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h466 typedef std::shared_ptr<lldb_private::ValueObjectList> ValueObjectListSP; typedef
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp695 ValueObjectListSP recognized_arg_list = in DoExecute()
/external/llvm-project/lldb/source/API/
DSBFrame.cpp889 ValueObjectListSP recognized_arg_list = in GetVariables()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp2637 m_arguments = ValueObjectListSP(new ValueObjectList()); in ObjCExceptionRecognizedStackFrame()