Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlugin.cpp65 if (m_interpreter.GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h308 bool LoadPlugin(const FileSpec &spec, Status &error);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp61 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function
141 LoadPlugin)) { in Initialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp597 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger
643 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()