Searched refs:LoadPlugin (Results 1 – 4 of 4) sorted by relevance
61 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
366 bool LoadPlugin(const FileSpec &spec, Status &error);
505 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger551 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()
64 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function199 std::make_unique<SystemInitializerFull>(), LoadPlugin)) { in InitializeWithErrorHandling()