Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDlldb-platform.cpp141 FileSpec socket_file; in main_platform() local
177 socket_file.SetFile(optarg, FileSpec::Style::native); in main_platform()
275 if (socket_file) { in main_platform()
277 save_socket_id_to_file(acceptor_up->GetLocalSocketId(), socket_file); in main_platform()
280 socket_file.GetPath().c_str(), error.AsCString()); in main_platform()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
HDSymbolLocatorDebugSymbols.cpp290 case file_type::socket_file: // We can't process socket files in LocateExecutableObjectFile()
732 case file_type::socket_file: // We can't process socket files in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp391 case fs::file_type::socket_file: in RecurseCopy_Callback()
571 case fs::file_type::socket_file: in Install()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileSystem.h74 socket_file, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDPath.inc720 return file_type::socket_file;