LLDB
mainline
llvm-project
lldb
source
Host
linux
AbstractSocket.cpp
Go to the documentation of this file.
1
//===-- AbstractSocket.cpp ------------------------------------------------===//
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
#include "
lldb/Host/linux/AbstractSocket.h
"
10
11
#include "llvm/ADT/StringRef.h"
12
13
using namespace
lldb
;
14
using namespace
lldb_private
;
15
16
AbstractSocket::AbstractSocket
() :
DomainSocket
(ProtocolUnixAbstract) {}
17
18
size_t
AbstractSocket::GetNameOffset
()
const
{
return
1; }
19
20
void
AbstractSocket::DeleteSocketFile
(llvm::StringRef name) {}
AbstractSocket.h
lldb_private::AbstractSocket::DeleteSocketFile
void DeleteSocketFile(llvm::StringRef name) override
Definition:
AbstractSocket.cpp:20
lldb_private::AbstractSocket::AbstractSocket
AbstractSocket()
Definition:
AbstractSocket.cpp:16
lldb_private::AbstractSocket::GetNameOffset
size_t GetNameOffset() const override
Definition:
AbstractSocket.cpp:18
lldb_private::DomainSocket
Definition:
DomainSocket.h:17
lldb_private
A class that represents a running process on the host machine.
Definition:
SBAddressRange.h:14
lldb
Definition:
SBAddress.h:15
Generated on Sun Dec 22 2024 12:24:40 for LLDB by
1.9.6