Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlugin.cpp58 FileSpec dylib_fspec(command[0].ref()); in DoExecute() local
59 FileSystem::Instance().Resolve(dylib_fspec); in DoExecute()
61 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()