Searched refs:m_comm (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp174 m_comm("lldb.process.kdp-remote.communication"),
186 m_comm.SetPacketTimeout(timeout_seconds);
277 m_comm.SetConnection(conn_ap.release());
279 if (m_comm.SendRequestReattach(reply_port))
281 if (m_comm.SendRequestConnect(reply_port, reply_port, "Greetings from LLDB..."))
283 m_comm.GetVersion();
284 uint32_t cpu = m_comm.GetCPUType();
285 uint32_t sub = m_comm.GetCPUSubtype();
293 UUID kernel_uuid = m_comm.GetUUID ();
294 addr_t kernel_load_addr = m_comm
[all...]
H A DProcessKDP.h192 return m_comm;
248 CommunicationKDP m_comm; member in class:ProcessKDP
/external/lldb/tools/debugserver/source/
H A DRNBRemote.h233 RNBSocket& Comm() { return m_comm; }
305 RNBSocket m_comm; // communication port member in class:RNBRemote
H A DRNBRemote.cpp65 m_comm (),
300 DNBLogThreadedIf (LOG_RNB_MAX, "%8d RNBRemote::%s (%s) called", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, s.c_str());
317 rnb_err_t err = m_comm.Write (sendpacket.c_str(), sendpacket.size());
330 DNBLogThreadedIf (LOG_RNB_REMOTE, "%8d RNBRemote::%s (%s) got error trying to get reply...", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, sendpacket.c_str());
334 DNBLogThreadedIf (LOG_RNB_MAX, "%8d RNBRemote::%s (%s) got reply: '%s'", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, sendpacket.c_str(), reply.c_str());
351 //DNBLogThreadedIf (LOG_RNB_MAX, "%8u RNBRemote::%s called", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__);
358 //DNBLogThreadedIf (LOG_RNB_MAX, "%8u RNBRemote::%s error: no packets available...", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__);
362 //DNBLogThreadedIf (LOG_RNB_MAX, "%8u RNBRemote::%s has %u queued packets", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, m_rx_packets.size());
373 //DNBLogThreadedIf (LOG_RNB_MEDIUM, "%8u RNBRemote::%s: '%s'", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, return_packet.c_str());
392 m_comm
[all...]
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h266 mutable int m_comm; // The MPI communicator identifier member in class:Eigen::PastixBase

Completed in 82 milliseconds