Home
last modified time | relevance | path

Searched refs:LoadPlugin (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp41 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h367 bool LoadPlugin(const FileSpec &spec, Status &error);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp181 auto LoadPlugin = [](const lldb::DebuggerSP &debugger_sp, in InitializeWithErrorHandling() local
219 std::make_unique<SystemInitializerFull>(), LoadPlugin)) { in InitializeWithErrorHandling()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp646 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger
692 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()