Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp38 FileSpec dylib_fspec(command[0].ref()); in DoExecute() local
39 FileSystem::Instance().Resolve(dylib_fspec); in DoExecute()
41 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()