Lines Matching refs:EXCEPTION_PORT_KEY
36 static const uint64_t EXCEPTION_PORT_KEY = 0x6b6579; // "key" variable
165 ASSERT_EQ(packet->key, EXCEPTION_PORT_KEY, "bad report key"); in read_packet()
181 EXPECT_EQ(packet->key, EXCEPTION_PORT_KEY, ""); in verify_exception()
467 tu_set_exception_port(child, eport, EXCEPTION_PORT_KEY, ZX_EXCEPTION_PORT_DEBUGGER); in start_test_child_with_eport()
656 tu_set_exception_port(child, eport, EXCEPTION_PORT_KEY, options); in dead_process_unbind_helper()
744 tu_set_exception_port(thread, eport, EXCEPTION_PORT_KEY, 0); in dead_thread_unbind_helper()
812 tu_set_exception_port(job, eport, EXCEPTION_PORT_KEY, 0); in job_handler_test()
824 tu_set_exception_port(eport_job_handle, eport, EXCEPTION_PORT_KEY, ZX_EXCEPTION_PORT_DEBUGGER); in job_debug_handler_test_helper()
841 tu_set_exception_port(child, eport_process, EXCEPTION_PORT_KEY, ZX_EXCEPTION_PORT_DEBUGGER); in job_debug_handler_test_helper()
901 tu_set_exception_port(grandparent_job, eport, EXCEPTION_PORT_KEY, 0); in grandparent_job_handler_test()
919 tu_set_exception_port(child, eport, EXCEPTION_PORT_KEY, 0); in process_handler_test()
938 tu_set_exception_port(thread, eport, EXCEPTION_PORT_KEY, 0); in thread_handler_test()
964 tu_set_exception_port(child, eport, EXCEPTION_PORT_KEY, ZX_EXCEPTION_PORT_DEBUGGER); in debugger_handler_test()
1111 tu_set_exception_port(child, eport, EXCEPTION_PORT_KEY, 0); in process_exit_notification_test()
1146 tu_set_exception_port(thread_handle_copy, eport, EXCEPTION_PORT_KEY, 0); in thread_exit_notification_test()
1426 …tu_set_exception_port(state->grandparent_job, state->grandparent_job_eport, EXCEPTION_PORT_KEY, 0); in walkthrough_setup()
1427 tu_set_exception_port(state->parent_job, state->parent_job_eport, EXCEPTION_PORT_KEY, 0); in walkthrough_setup()
1428 tu_set_exception_port(state->job, state->job_eport, EXCEPTION_PORT_KEY, 0); in walkthrough_setup()
1429 tu_set_exception_port(state->child, state->child_eport, EXCEPTION_PORT_KEY, 0); in walkthrough_setup()
1430 tu_set_exception_port(state->thread, state->thread_eport, EXCEPTION_PORT_KEY, 0); in walkthrough_setup()
1431 …tu_set_exception_port(state->child, state->debugger_eport, EXCEPTION_PORT_KEY, ZX_EXCEPTION_PORT_D… in walkthrough_setup()
1691 tu_set_exception_port(zx_process_self(), eport, EXCEPTION_PORT_KEY, 0); in test_child_exit_closing_excp_handle()