Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp552 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestReadMemory() local
591 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestWriteMemory() local
1254 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestBreakpoint() local