Lines Matching refs:exception
38 const zx_packet_exception_t* exception = &packet->exception; in process_exception() local
44 zx_handle_t process = crash_list_lookup_koid(crash_list, exception->pid); in process_exception()
48 thread = crash_list_lookup_koid(crash_list, exception->tid); in process_exception()
54 zx_object_get_child(process, exception->tid, ZX_RIGHT_SAME_RIGHTS, &thread); in process_exception()
58 exception->pid, exception->tid, zx_status_get_string(status)); in process_exception()
66 exception->pid, exception->tid, zx_status_get_string(status)); in process_exception()
79 zx_handle_t match = crash_list_delete_koid(crash_list, exception->pid); in process_exception()
82 match = crash_list_delete_koid(crash_list, exception->tid); in process_exception()
90 exception->pid, exception->tid, packet->type); in process_exception()
100 zx_object_get_child(job, exception->pid, ZX_RIGHT_SAME_RIGHTS, &process); in process_exception()
103 exception->pid, zx_status_get_string(status)); in process_exception()
107 status = zx_object_get_child(process, exception->tid, ZX_RIGHT_SAME_RIGHTS, &thread); in process_exception()
111 exception->pid, exception->tid, zx_status_get_string(status)); in process_exception()
124 exception->pid, exception->tid, zx_status_get_string(status)); in process_exception()
136 exception->pid, exception->tid, zx_status_get_string(status)); in process_exception()