Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp90 auto LoadPlugin = [](const lldb::DebuggerSP &debugger_sp, in Initialize() local
129 Debugger::Initialize(LoadPlugin); in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp43 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h376 bool LoadPlugin(const FileSpec &spec, Status &error);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp751 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger
797 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()