Searched refs:exc_reply_packet (Results 1 – 3 of 3) sorted by relevance
140 const DataExtractor &exc_reply_packet) { in SetStopInfoFrom_KDP_EXCEPTION() argument142 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()
58 const lldb_private::DataExtractor &exc_reply_packet);
784 DataExtractor exc_reply_packet; in AsyncThread() local790 exc_reply_packet, 1 * USEC_PER_SEC)) { in AsyncThread()798 ->SetStopInfoFrom_KDP_EXCEPTION(exc_reply_packet); in AsyncThread()