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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlugin.cpp93 if (m_interpreter.GetDebugger().LoadPlugin(dylib_fspec, error))
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h342 LoadPlugin (const FileSpec& spec, Error& error);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp76 LoadPlugin (const lldb::DebuggerSP &debugger_sp, const FileSpec& spec, Error& error) function
119 Debugger::Initialize(LoadPlugin);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp405 Debugger::LoadPlugin (const FileSpec& spec, Error& error) function in class:Debugger
462 debugger->LoadPlugin (plugin_file_spec, plugin_load_error);

Completed in 182 milliseconds