Home
last modified time | relevance | path

Searched defs:child_processes_inherit (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/source/Host/common/
H A DSocket.cpp74 Socket(SocketProtocol protocol,bool should_close,bool child_processes_inherit) Socket() argument
107 Create(const SocketProtocol protocol,bool child_processes_inherit,Status & error) Create() argument
149 TcpConnect(llvm::StringRef host_and_port,bool child_processes_inherit) TcpConnect() argument
167 TcpListen(llvm::StringRef host_and_port,bool child_processes_inherit,int backlog) TcpListen() argument
184 UdpConnect(llvm::StringRef host_and_port,bool child_processes_inherit) UdpConnect() argument
323 CreateSocket(const int domain,const int type,const int protocol,bool child_processes_inherit,Status & error) CreateSocket() argument
339 AcceptSocket(NativeSocket sockfd,struct sockaddr * addr,socklen_t * addrlen,bool child_processes_inherit,Status & error) AcceptSocket() argument
H A DUDPSocket.cpp34 UDPSocket(bool should_close,bool child_processes_inherit) UDPSocket() argument
55 Connect(llvm::StringRef name,bool child_processes_inherit) Connect() argument
H A DTCPSocket.cpp59 TCPSocket(bool should_close,bool child_processes_inherit) TCPSocket() argument
69 TCPSocket(NativeSocket socket,bool should_close,bool child_processes_inherit) TCPSocket() argument
/llvm-project/lldb/source/Host/linux/
H A DAbstractSocket.cpp16 AbstractSocket(bool child_processes_inherit) AbstractSocket() argument
/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp
/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp59 DomainSocket(bool should_close,bool child_processes_inherit) DomainSocket() argument
63 DomainSocket(SocketProtocol protocol,bool child_processes_inherit) DomainSocket() argument
H A DConnectionFileDescriptorPosix.cpp55 ConnectionFileDescriptor(bool child_processes_inherit) ConnectionFileDescriptor() argument
805 SetChildProcessesInherit(bool child_processes_inherit) SetChildProcessesInherit() argument
H A DProcessLauncherPosixFork.cpp262 const bool child_processes_inherit = false; LaunchProcess() local
H A DPipePosix.cpp80 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() argument
/llvm-project/lldb/unittests/TestingSupport/Host/
H A DSocketTestUtilities.cpp22 AcceptThread(Socket * listen_socket,bool child_processes_inherit,Socket ** accept_socket,Status * error) AcceptThread() argument
32 bool child_processes_inherit = false; CreateConnectedSockets() local
/llvm-project/lldb/unittests/Host/
H A DMainLoopTest.cpp27 bool child_processes_inherit = false; SetUp() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1210 const bool child_processes_inherit = false; ConnectLocally() local