This file is indexed.

/usr/lib/lazarus/0.9.30.4/debugger/inspectdlg.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.

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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
inherited IDEInspectDlg: TIDEInspectDlg
  Left = 366
  Height = 407
  Top = 185
  Width = 295
  BorderStyle = bsSizeToolWin
  Caption = 'IDEInspectDlg'
  ClientHeight = 407
  ClientWidth = 295
  Constraints.MinHeight = 200
  Constraints.MinWidth = 200
  KeyPreview = True
  OnClose = FormClose
  OnKeyDown = FormKeyDown
  object StatusBar1: TStatusBar[0]
    Left = 0
    Height = 23
    Top = 384
    Width = 295
    Panels = <>
  end
  object PageControl: TPageControl[1]
    Left = 0
    Height = 363
    Top = 21
    Width = 295
    ActivePage = DataPage
    Align = alClient
    TabIndex = 0
    TabOrder = 1
    object DataPage: TTabSheet
      Caption = 'DataPage'
    end
    object PropertiesPage: TTabSheet
      Caption = 'PropertiesPage'
    end
    object MethodsPage: TTabSheet
      Caption = 'MethodsPage'
    end
  end
  object EditInspected: TEdit[2]
    Left = 0
    Height = 21
    Top = 0
    Width = 295
    Align = alTop
    Enabled = False
    ReadOnly = True
    TabOrder = 2
    Text = '(...)'
  end
end