Home
last modified time | relevance | path

Searched defs:command_length (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp345 const uint32_t command_length = 8 + 2 + 2 + ::strlen(greeting) + 1; in SendRequestConnect() local
371 const uint32_t command_length = 8 + 2; in SendRequestReattach() local
404 const uint32_t command_length = 8; in SendRequestVersion() local
490 const uint32_t command_length = 8; in SendRequestHostInfo() local
520 const uint32_t command_length = 8; in SendRequestKernelVersion() local
536 const uint32_t command_length = 8; SendRequestDisconnect() local
555 const uint32_t command_length = 8 + command_addr_byte_size + 4; SendRequestReadMemory() local
594 const uint32_t command_length = 8 + command_addr_byte_size + 4 + src_len; SendRequestWriteMemory() local
625 const uint32_t command_length = 8 + src_len; SendRawRequest() local
1175 const uint32_t command_length = 8 + 4 + 4; SendRequestReadRegisters() local
1218 const uint32_t command_length = 8 + 4 + 4 + src_len; SendRequestWriteRegisters() local
1242 const uint32_t command_length = 12; SendRequestResume() local
1259 const uint32_t command_length = 8 + command_addr_byte_size; SendRequestBreakpoint() local
1277 const uint32_t command_length = 8; SendRequestSuspend() local
[all...]