Home
last modified time | relevance | path

Searched refs:GetRecognizedArguments (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h35 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp39 m_interpreter->GetRecognizedArguments(m_python_object_sp, frame); in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h107 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
H A DScriptInterpreterPython.cpp1487 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h249 virtual lldb::ValueObjectListSP GetRecognizedArguments( in GetRecognizedArguments() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp671 recognized_frame->GetRecognizedArguments(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp873 recognized_frame->GetRecognizedArguments(); in GetVariables()