Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp335 case ePacketTypeReply | KDP_WRITEMEM: in CheckForPacket()
731 const CommandType command = use_64 ? KDP_WRITEMEM64 : KDP_WRITEMEM; in SendRequestWriteMemory()
804 case KDP_WRITEMEM: return "KDP_WRITEMEM"; in GetCommandAsCString()
877 case KDP_WRITEMEM: in DumpPacket()
1073 case KDP_WRITEMEM: in DumpPacket()
DCommunicationKDP.h47 KDP_WRITEMEM, enumerator