Searched refs:LoadPlugin (Results 1 – 5 of 5) sorted by relevance
40 TEST(PluginsTests, LoadPlugin) { in TEST() argument
62 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
320 bool LoadPlugin(const FileSpec &spec, Status &error);
498 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger544 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()
63 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function163 std::make_unique<SystemInitializerFull>(), LoadPlugin)) { in InitializeWithErrorHandling()