Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConnection.h41 class Connection {
44 Connection() = default;
48 virtual ~Connection();
178 Connection(const Connection &) = delete;
179 const Connection &operator=(const Connection &) = delete;
H A DLLDBLog.h24 Connection = Log::ChannelFlag<5>, enumerator
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp55 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
58 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
69 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
84 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ~ConnectionFileDescriptor()
94 Log *log = GetLog(LLDBLog::Connection); in OpenCommandPipe()
112 Log *log = GetLog(LLDBLog::Connection); in CloseCommandPipe()
134 Log *log = GetLog(LLDBLog::Connection); in Connect()
191 Log *log = GetLog(LLDBLog::Connection); in Disconnect()
252 Log *log = GetLog(LLDBLog::Connection); in Read()
360 Log *log = GetLog(LLDBLog::Connection); in Write()
[all …]
/llvm-project-15.0.7/lldb/source/Utility/
H A DConnection.cpp13 Connection::~Connection() = default;
H A DLLDBLog.cpp22 {{"conn"}, {"log connection details"}, LLDBLog::Connection},
H A DCMakeLists.txt32 Connection.cpp
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-03-12-StructInitializer.c12 } Connection; typedef
14 Connection link[3]
H A D2002-03-12-StructInitialize.c8 } Connection; typedef
10 Connection link[3]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dqt-simulator.h12 struct Connection {}; struct
16 static QMetaObject::Connection connectImpl(const QObject *, void **,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h29 class Connection; variable
162 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection()
240 void SetConnection(std::unique_ptr<Connection> connection);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h51 explicit SyncService(std::unique_ptr<Connection> &&conn);
73 std::unique_ptr<Connection> m_conn;
134 std::unique_ptr<Connection> m_conn;
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp94 Log *log = GetLog(LLDBLog::Connection); in Connect()
136 Log *log = GetLog(LLDBLog::Connection); in Disconnect()
248 Log *log = GetLog(LLDBLog::Connection); in Read()
297 Log *log = GetLog(LLDBLog::Connection); in Write()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DSocket.cpp150 Log *log = GetLog(LLDBLog::Connection); in TcpConnect()
169 Log *log = GetLog(LLDBLog::Connection); in TcpListen()
281 Log *log = GetLog(LLDBLog::Connection); in Close()
H A DHost.cpp559 std::unique_ptr<Connection> Host::CreateDefaultConnection(llvm::StringRef url) { in CreateDefaultConnection()
562 return std::unique_ptr<Connection>(new ConnectionGenericFile()); in CreateDefaultConnection()
564 return std::unique_ptr<Connection>(new ConnectionFileDescriptor()); in CreateDefaultConnection()
H A DUDPSocket.cpp58 Log *log = GetLog(LLDBLog::Connection); in Connect()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DAcceptor.h32 Status Accept(const bool child_processes_inherit, Connection *&conn);
H A Dlldb-platform.cpp320 Connection *conn = nullptr; in main_platform()
350 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform()
H A DAcceptor.cpp62 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept()
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h20 class ConnectionGenericFile : public lldb_private::Connection {
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2007-05-03-BadPostIndexedLd.ll3 %struct.Connection = type { i32, [10 x i8], i32 }
8 …cppobjtype, i32, i16*, i16**, i8**, i32, %struct.XyPoint, [3 x %struct.Connection], %struct.Point*…
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Utility/
H A DBUILD.gn14 "Connection.cpp",
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h26 class MockConnection : public lldb_private::Connection {
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h29 class ConnectionFileDescriptor : public Connection {
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.h83 TestClient(std::unique_ptr<lldb_private::Connection> Conn);

12