/llvm-project/lldb/source/Host/common/ |
H A D | Socket.cpp | 74 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 D | UDPSocket.cpp | 34 UDPSocket(bool should_close,bool child_processes_inherit) UDPSocket() argument 55 Connect(llvm::StringRef name,bool child_processes_inherit) Connect() argument
|
H A D | TCPSocket.cpp | 59 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 D | AbstractSocket.cpp | 16 AbstractSocket(bool child_processes_inherit) AbstractSocket() argument
|
/llvm-project/lldb/tools/lldb-server/ |
H A D | Acceptor.cpp |
|
/llvm-project/lldb/source/Host/posix/ |
H A D | DomainSocket.cpp | 59 DomainSocket(bool should_close,bool child_processes_inherit) DomainSocket() argument 63 DomainSocket(SocketProtocol protocol,bool child_processes_inherit) DomainSocket() argument
|
H A D | ConnectionFileDescriptorPosix.cpp | 55 ConnectionFileDescriptor(bool child_processes_inherit) ConnectionFileDescriptor() argument 805 SetChildProcessesInherit(bool child_processes_inherit) SetChildProcessesInherit() argument
|
H A D | ProcessLauncherPosixFork.cpp | 262 const bool child_processes_inherit = false; LaunchProcess() local
|
H A D | PipePosix.cpp | 80 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() argument
|
/llvm-project/lldb/unittests/TestingSupport/Host/ |
H A D | SocketTestUtilities.cpp | 22 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 D | MainLoopTest.cpp | 27 bool child_processes_inherit = false; SetUp() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 1210 const bool child_processes_inherit = false; ConnectLocally() local
|