- exception_type_t exception,
- mach_exception_data_t code,
- mach_msg_type_number_t codeCnt);
+ exception_type_t exception,
+ mach_exception_data_t code,
+ mach_msg_type_number_t codeCnt);
+
+extern kern_return_t exception_triage_thread(
+ exception_type_t exception,
+ mach_exception_data_t code,
+ mach_msg_type_number_t codeCnt,
+ thread_t thread);