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