Searched refs:LoadPlugin (Results 1 – 5 of 5) sorted by relevance
61 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
41 TEST(PluginsTests, LoadPlugin) { in TEST() argument
362 bool LoadPlugin(const FileSpec &spec, Status &error);
67 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function206 std::make_unique<SystemInitializerFull>(), LoadPlugin)) { in InitializeWithErrorHandling()
563 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger609 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()