Searched defs:CommunicationKDP (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp1 //===-- CommunicationKDP.cpp ------------------------------------*- C++ -*-===//
11 #include "CommunicationKDP.h"
39 // CommunicationKDP constructor
41 CommunicationKDP::CommunicationKDP (const char *comm_name) : function in class:CommunicationKDP
62 CommunicationKDP::~CommunicationKDP()
71 CommunicationKDP::SendRequestPacket (const PacketStreamType &request_packet)
87 CommunicationKDP::MakeRequestPacketHeader (CommandType request_type,
99 CommunicationKDP
[all...]
H A DCommunicationKDP.h1 //===-- CommunicationKDP.h --------------------------------------*- C++ -*-===//
28 class CommunicationKDP : public lldb_private::Communication class in inherits:lldb_private::Communication
98 CommunicationKDP (const char *comm_name);
101 ~CommunicationKDP();
331 // Classes that inherit from CommunicationKDP can see and modify these
351 // For CommunicationKDP only
353 DISALLOW_COPY_AND_ASSIGN (CommunicationKDP);

Completed in 462 milliseconds