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

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h 90 ePacketTypeRequest = 0x00u,
CommunicationKDP.cpp 79 uint8_t request; // Either: CommandType | ePacketTypeRequest, or CommandType | ePacketTypeReply
92 request_packet.PutHex8 (request_type | ePacketTypeRequest); // Set the request type
314 case ePacketTypeRequest | KDP_EXCEPTION:
315 case ePacketTypeRequest | KDP_TERMINATION:
    [all...]

Completed in 47 milliseconds