Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlugin.cpp61 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h360 bool LoadPlugin(const FileSpec &spec, Status &error);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp68 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function
207 std::make_unique<SystemInitializerFull>(), LoadPlugin)) { in InitializeWithErrorHandling()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp583 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger
629 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()