Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp349 case ePacketTypeReply | KDP_BREAKPOINT_SET64: in CheckForPacket()
820 case KDP_BREAKPOINT_SET64: return "KDP_BREAKPOINT64_SET"; in GetCommandAsCString()
881 case KDP_BREAKPOINT_SET64: in DumpPacket()
1158 case KDP_BREAKPOINT_SET64: in DumpPacket()
1415 const CommandType command = set ? (use_64 ? KDP_BREAKPOINT_SET64 : KDP_BREAKPOINT_SET ): in SendRequestBreakpoint()
DCommunicationKDP.h63 KDP_BREAKPOINT_SET64, enumerator