LLDB mainline
DomainSocket.h
Go to the documentation of this file.
1//===----------------------------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLDB_HOST_DOMAINSOCKET_H
10#define LLDB_HOST_DOMAINSOCKET_H
11
13
14#if defined(_WIN32)
16#else
18#endif
19
20namespace lldb_private {
21
22#if defined(_WIN32)
24#else
26#endif
27
28} // namespace lldb_private
29
30#endif // LLDB_HOST_DOMAINSOCKET_H
"lldb/Host/posix/DomainSocketPosix.h" POSIX implementation of the platform-specific parts of DomainSo...
"lldb/Host/windows/DomainSocketWindows.h" Windows implementation of the platform-specific parts of Do...
A class that represents a running process on the host machine.
DomainSocketPosix DomainSocketPlatform