LLDB
mainline
llvm-project
lldb
include
lldb
Host
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
12
#include "
lldb/Host/common/DomainSocket.h
"
13
14
#if defined(_WIN32)
15
#include "
lldb/Host/windows/DomainSocketWindows.h
"
16
#else
17
#include "
lldb/Host/posix/DomainSocketPosix.h
"
18
#endif
19
20
namespace
lldb_private
{
21
22
#if defined(_WIN32)
23
using
DomainSocketPlatform
=
DomainSocketWindows
;
24
#else
25
using
DomainSocketPlatform
=
DomainSocketPosix
;
26
#endif
27
28
}
// namespace lldb_private
29
30
#endif
// LLDB_HOST_DOMAINSOCKET_H
DomainSocketPosix.h
DomainSocketWindows.h
lldb_private::DomainSocketPosix
"lldb/Host/posix/DomainSocketPosix.h" POSIX implementation of the platform-specific parts of DomainSo...
Definition
DomainSocketPosix.h:19
lldb_private::DomainSocketWindows
"lldb/Host/windows/DomainSocketWindows.h" Windows implementation of the platform-specific parts of Do...
Definition
DomainSocketWindows.h:19
DomainSocket.h
lldb_private
A class that represents a running process on the host machine.
Definition
SBAddressRange.h:14
lldb_private::DomainSocketPlatform
DomainSocketPosix DomainSocketPlatform
Definition
DomainSocket.h:25
Generated on
for LLDB by
1.14.0