This file is indexed.

/usr/share/gdb/auto-load/lib/x86_64-linux-gnu/libglib-2.0.so.0.5600.1-gdb.py is in libglib2.0-dev 2.56.1-2ubuntu1.

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
10
import sys
import gdb

# Update module path.
dir_ = '/usr/share/glib-2.0/gdb'
if not dir_ in sys.path:
    sys.path.insert(0, dir_)

from glib_gdb import register
register (gdb.current_objfile ())