Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DSocket.cpp73 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()
328 bool child_processes_inherit, Status &error) { in CreateSocket()
344 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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DDomainSocket.cpp58 DomainSocket::DomainSocket(bool should_close, bool child_processes_inherit) in DomainSocket()
62 bool child_processes_inherit) in DomainSocket()
H A DConnectionFileDescriptorPosix.cpp54 ConnectionFileDescriptor::ConnectionFileDescriptor(bool child_processes_inherit) in ConnectionFileDescriptor()
807 bool child_processes_inherit) { in SetChildProcessesInherit()
H A DPipePosix.cpp76 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew()
H A DProcessLauncherPosixFork.cpp262 const bool child_processes_inherit = false; in LaunchProcess() local
/openbsd/gnu/llvm/lldb/source/Host/linux/
H A DAbstractSocket.cpp16 AbstractSocket::AbstractSocket(bool child_processes_inherit) in AbstractSocket()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1212 const bool child_processes_inherit = false; in ConnectLocally() local