Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp342 case ePacketTypeReply | KDP_BREAKPOINT_SET: in CheckForPacket()
813 case KDP_BREAKPOINT_SET: return "KDP_BREAKPOINT_SET"; in GetCommandAsCString()
879 case KDP_BREAKPOINT_SET: in DumpPacket()
1150 case KDP_BREAKPOINT_SET: in DumpPacket()
1415 const CommandType command = set ? (use_64 ? KDP_BREAKPOINT_SET64 : KDP_BREAKPOINT_SET ): in SendRequestBreakpoint()
DCommunicationKDP.h56 KDP_BREAKPOINT_SET, enumerator