Lines Matching refs:exception
169 packet->exception.pid, packet->exception.tid, packet->type); in read_packet()
186 EXPECT_EQ(pid, packet->exception.pid, ""); in verify_exception()
217 *tid = packet.exception.tid; in read_and_verify_exception()
297 if (packet.exception.tid == tid) in wait_process_exit_from_debugger()
834 zx_koid_t packet_pid = start_packet.exception.pid; in job_debug_handler_test_helper()
835 zx_koid_t packet_tid = start_packet.exception.tid; in job_debug_handler_test_helper()
851 packet_pid = start_packet.exception.pid; in job_debug_handler_test_helper()
852 packet_tid = start_packet.exception.tid; in job_debug_handler_test_helper()
985 zx_koid_t packet_pid = start_packet.exception.pid; in packet_pid_test()
986 zx_koid_t packet_tid = start_packet.exception.tid; in packet_pid_test()
1346 tid = packet.exception.tid; in trigger_test()
1355 EXPECT_EQ(packet.exception.tid, tid, ""); in trigger_test()