Searched refs:LoadPlugin (Results 1 – 4 of 4) sorted by relevance
65 if (m_interpreter.GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
308 bool LoadPlugin(const FileSpec &spec, Status &error);
61 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function141 LoadPlugin)) { in Initialize()
597 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger643 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()