Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py420 path_spec = lldb.SBFileSpec(resolved_path)
425 self.module = target.FindModule(path_spec)
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp511 FileSpec path_spec(path); in Handle_vFile_Open() local
512 FileSystem::Instance().Resolve(path_spec); in Handle_vFile_Open()
514 auto file = FileSystem::Instance().Open(path_spec, flags, mode, false); in Handle_vFile_Open()