Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp140 const DataExtractor &exc_reply_packet) { in SetStopInfoFrom_KDP_EXCEPTION() argument
142 uint8_t reply_command = exc_reply_packet.GetU8(&offset); in SetStopInfoFrom_KDP_EXCEPTION()
145 const uint32_t count = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION()
149 const uint32_t exc_type = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION()
150 const uint32_t exc_code = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION()
151 const uint32_t exc_subcode = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION()
DThreadKDP.h58 const lldb_private::DataExtractor &exc_reply_packet);
DProcessKDP.cpp784 DataExtractor exc_reply_packet; in AsyncThread() local
790 exc_reply_packet, 1 * USEC_PER_SEC)) { in AsyncThread()
798 ->SetStopInfoFrom_KDP_EXCEPTION(exc_reply_packet); in AsyncThread()