Searched refs:MakeRequestPacketHeader (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 87 CommunicationKDP::MakeRequestPacketHeader (CommandType request_type, in MakeRequestPacketHeader() function in CommunicationKDP 409 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestConnect() 438 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestReattach() 477 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestVersion() 504 MakeRequestPacketHeader (command, request_packet, command_length); 614 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestHostInfo() 649 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestKernelVersion() 667 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestDisconnect() 689 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestReadMemory() 734 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestWriteMemory() [all …]
|
D | CommunicationKDP.h | 264 MakeRequestPacketHeader (CommandType request_type,
|