Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp74 bool child_processes_inherit) in Socket()
107 bool child_processes_inherit, in Create()
149 bool child_processes_inherit) { in TcpConnect()
167 Socket::TcpListen(llvm::StringRef host_and_port, bool child_processes_inherit, in TcpListen()
184 bool child_processes_inherit) { in UdpConnect()
323 bool child_processes_inherit, Status &error) { in CreateSocket()
339 bool child_processes_inherit, Status &error) { in AcceptSocket()
H A DUDPSocket.cpp34 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) in UDPSocket()
55 UDPSocket::Connect(llvm::StringRef name, bool child_processes_inherit) { in Connect()
H A DTCPSocket.cpp59 TCPSocket::TCPSocket(bool should_close, bool child_processes_inherit) in TCPSocket()
69 bool child_processes_inherit) in TCPSocket()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp63 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept()
83 const bool child_processes_inherit, in Create()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp58 DomainSocket(bool should_close,bool child_processes_inherit) DomainSocket() argument
62 DomainSocket(SocketProtocol protocol,bool child_processes_inherit) DomainSocket() argument
H A DConnectionFileDescriptorPosix.cpp55 ConnectionFileDescriptor::ConnectionFileDescriptor(bool child_processes_inherit) in ConnectionFileDescriptor() argument
808 SetChildProcessesInherit(bool child_processes_inherit) SetChildProcessesInherit() argument
H A DProcessLauncherPosixFork.cpp262 const bool child_processes_inherit = false; in LaunchProcess() local
H A DPipePosix.cpp80 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1210 const bool child_processes_inherit = false; in ConnectLocally() local