Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp890 const uint64_t command_byte = in DoExecute() local
892 if (command_byte > 0 && command_byte <= UINT8_MAX) { in DoExecute()
926 command_byte, in DoExecute()
959 command_byte); in DoExecute()
H A DCommunicationKDP.h125 bool SendRawRequest(uint8_t command_byte, const void *src, uint32_t src_len,
H A DCommunicationKDP.cpp618 uint8_t command_byte, in SendRawRequest() argument
626 const CommandType command = (CommandType)command_byte; in SendRawRequest()
633 if (kdp_error && (command_byte != KDP_DUMPINFO)) in SendRawRequest()
635 command_byte, kdp_error); in SendRawRequest()