HomeSort by relevance Sort by last modified time
    Searched defs:reply_port (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 398 CommunicationKDP::SendRequestConnect (uint16_t reply_port,
412 request_packet.PutHex16 (reply_port);
432 CommunicationKDP::SendRequestReattach (uint16_t reply_port)
441 request_packet.PutHex16(reply_port);
1038 const uint16_t reply_port = packet.GetU16 (&offset); local
1217 const uint16_t reply_port = packet.GetU16 (&offset); local
    [all...]
ProcessKDP.cpp 273 const uint16_t reply_port = conn_ap->GetReadPort (); local
275 if (reply_port != 0)
279 if (m_comm.SendRequestReattach(reply_port))
281 if (m_comm.SendRequestConnect(reply_port, reply_port, "Greetings from LLDB..."))
    [all...]

Completed in 89 milliseconds