Home
last modified time | relevance | path

Searched refs:CheckObjectExists (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h535 virtual bool CheckObjectExists(const char *name) { return false; } in CheckObjectExists() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h216 bool CheckObjectExists(const char *name) override { in CheckObjectExists() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp878 !interpreter->CheckObjectExists(m_options.m_class_name.c_str())) { in DoExecute()
H A DCommandObjectType.cpp1287 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary()
2288 !interpreter->CheckObjectExists(impl->GetPythonClassName())) in Execute_PythonClass()
H A DCommandObjectThread.cpp449 } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists( in DoExecute()