Searched refs:Connection (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DConnection.cpp1 //===-- Connection.cpp ------------------------------------------*- C++ -*-===//
9 #include "lldb/Utility/Connection.h"
13 Connection::~Connection() = default;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h1 //===-- Connection.h --------------------------------------------*- C++ -*-===//
30 /// \class Connection Connection.h "lldb/Utility/Connection.h"
41 class Connection { class in namespace:lldb_private
44 Connection() = default;
48 virtual ~Connection();
166 /// Returns the underlying IOObject used by the Connection.
169 /// connection. If the Connection does not use IOObjects (and hence does not
177 // For Connection onl
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h29 class Connection;
37 /// sources. It uses a Connection class to do the real communication. This
139 /// \see bool Connection::Connect (const char *url);
150 /// \see bool Connection::Disconnect ();
162 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); }
167 /// Connection::Read(...) function to get any available.
190 /// \see size_t Connection::Read (void *, size_t);
223 /// class Connection
224 void SetConnection(Connection *connection);
229 /// size_t Connection
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h92 struct Connection { struct in class:llvm::SchedDFSResult
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} function in struct:llvm::SchedDFSResult::Connection
109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.h12 #include "lldb/Utility/Connection.h"
32 Status Accept(const bool child_processes_inherit, Connection *&conn);
H A DAcceptor.cpp62 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) {
H A Dlldb-gdbserver.cpp234 std::unique_ptr<Connection> connection_up;
341 Connection *conn = nullptr;
356 printf("Connection established.\n");
H A Dlldb-platform.cpp316 Connection *conn = nullptr;
322 printf("Connection established.\n");
/freebsd-11-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm45 return undef if /Connection refused/;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h233 static std::unique_ptr<Connection>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h19 #include "lldb/Utility/Connection.h"
29 class ConnectionFileDescriptor : public Connection {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp626 std::unique_ptr<Connection> Host::CreateDefaultConnection(llvm::StringRef url) {
629 return std::unique_ptr<Connection>(new ConnectionGenericFile());
631 return std::unique_ptr<Connection>(new ConnectionFileDescriptor());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp77 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false),
87 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false),
102 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false),
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devregion.c367 * 1) Connection buffer, a resource template from Connection() op
374 * the previous Connection)
381 /* Get the Connection (ResourceTemplate) buffer */
383 Context->Connection = FieldObj->Field.ResourceBuffer;
391 /* Get the Connection (ResourceTemplate) buffer */
393 Context->Connection = FieldObj->Field.ResourceBuffer;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h70 Status InitializeConnection(std::unique_ptr<Connection> &&connection);
H A DGDBRemoteCommunicationServerLLGS.cpp925 std::unique_ptr<Connection> &&connection) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1390 SmallVectorImpl<SchedDFSResult::Connection> &Connections =
1392 for (SchedDFSResult::Connection &C : Connections) {
1398 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth));
1494 for (const Connection &C : SubtreeConnections[SubtreeID]) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp13 #include "lldb/Utility/Connection.h"
402 void Communication::SetConnection(Connection *connection) {
/freebsd-11-stable/crypto/openssh/
H A Dssh-keyscan.c87 typedef struct Connection { struct
106 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
109 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
501 error("%s: Connection closed by remote host", c->c_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h69 class Connection;
316 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h1307 UINT8 *Connection; member in struct:acpi_connection_info
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile603 SRCS+= Utility/Connection.cpp

Completed in 503 milliseconds