This file is indexed.

/usr/lib/gcc/arm-linux-gnueabi/4.6/include/objc/deprecated/objc_unexpected_exception.h is in gobjc-4.6-arm-linux-gnueabi 4.6.3-1ubuntu5cross1.62.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
/*
** Hook for uncaught exceptions.  This hook is called when an
** exception is thrown and no valid exception handler is in place.
** The function is expected never to return.  If the function returns
** the result is currently undefined.  This is deprecated.  Please use
** objc_set_uncaught_exception_handler() from objc/objc-exception.h
** instead.
*/
objc_EXPORT void (*_objc_unexpected_exception)(id) __attribute__ ((deprecated));