Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h34 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameRecognizer.cpp39 m_interpreter->GetRecognizedArguments(m_python_object_sp, frame); in RecognizeFrame()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h245 virtual lldb::ValueObjectListSP GetRecognizedArguments( in GetRecognizedArguments() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h124 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
H A DScriptInterpreterPython.cpp1444 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments() function in ScriptInterpreterPythonImpl
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp692 recognized_frame->GetRecognizedArguments(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp866 recognized_frame->GetRecognizedArguments(); in GetVariables()