Home
last modified time | relevance | path

Searched refs:command_addr_byte_size (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp553 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestReadMemory() local
556 const uint32_t command_length = 8 + command_addr_byte_size + 4; in SendRequestReadMemory()
558 request_packet.PutMaxHex64(addr, command_addr_byte_size); in SendRequestReadMemory()
592 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestWriteMemory() local
595 const uint32_t command_length = 8 + command_addr_byte_size + 4 + src_len; in SendRequestWriteMemory()
597 request_packet.PutMaxHex64(addr, command_addr_byte_size); in SendRequestWriteMemory()
1255 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestBreakpoint() local
1260 const uint32_t command_length = 8 + command_addr_byte_size; in SendRequestBreakpoint()
1262 request_packet.PutMaxHex64(addr, command_addr_byte_size); in SendRequestBreakpoint()