This file is indexed.

/usr/lib/lazarus/0.9.30.4/debugger/breakpropertydlg.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
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
inherited BreakPropertyDlg: TBreakPropertyDlg
  Left = 60
  Height = 435
  Top = 274
  Width = 443
  HorzScrollBar.Page = 386
  VertScrollBar.Page = 366
  VertScrollBar.Range = 325
  ActiveControl = edtFilename
  AutoSize = True
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Breakpoint Properties'
  ClientHeight = 435
  ClientWidth = 443
  Position = poScreenCenter
  object lblFileName: TLabel[0]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = edtFilename
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 18
    Top = 10
    Width = 66
    BorderSpacing.Around = 6
    Caption = 'Filename:'
    ParentColor = False
  end
  object lblLine: TLabel[1]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = edtLine
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 18
    Top = 43
    Width = 33
    BorderSpacing.Around = 6
    Caption = 'Line:'
    ParentColor = False
  end
  object lblCondition: TLabel[2]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 18
    Top = 76
    Width = 71
    BorderSpacing.Around = 6
    Caption = 'Condition:'
    ParentColor = False
  end
  object lblHitCount: TLabel[3]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = edtCounter
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 18
    Top = 109
    Width = 63
    BorderSpacing.Around = 6
    Caption = 'Hitcount:'
    ParentColor = False
  end
  object lblGroup: TLabel[4]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = cmbGroup
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 18
    Top = 175
    Width = 47
    BorderSpacing.Around = 6
    Caption = 'Group:'
    ParentColor = False
  end
  object lblAutoContinue: TLabel[5]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = edtAutocontinueMS
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 18
    Top = 142
    Width = 133
    BorderSpacing.Around = 6
    Caption = 'Auto continue after'
    ParentColor = False
  end
  object lblMS: TLabel[6]
    AnchorSideLeft.Control = edtAutocontinueMS
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = lblAutoContinue
    AnchorSideTop.Side = asrCenter
    Left = 217
    Height = 18
    Top = 142
    Width = 31
    BorderSpacing.Left = 6
    Caption = '(ms)'
    ParentColor = False
  end
  object edtAutocontinueMS: TEdit[7]
    AnchorSideLeft.Control = lblAutoContinue
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = edtCounter
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 151
    Height = 27
    Top = 138
    Width = 60
    BorderSpacing.Left = 6
    BorderSpacing.Around = 6
    TabOrder = 3
    Text = 'edtAutocontinueMS'
  end
  object edtCounter: TEdit[8]
    AnchorSideLeft.Control = lblAutoContinue
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = edtCondition
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 151
    Height = 27
    Top = 105
    Width = 286
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Around = 6
    TabOrder = 2
    Text = 'edtCounter'
  end
  object edtLine: TEdit[9]
    AnchorSideLeft.Control = lblAutoContinue
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = edtFilename
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 151
    Height = 27
    Top = 39
    Width = 60
    BorderSpacing.Left = 6
    BorderSpacing.Around = 6
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 1
    Text = 'edtLine'
  end
  object edtFilename: TEdit[10]
    AnchorSideLeft.Control = lblAutoContinue
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 151
    Height = 27
    Top = 6
    Width = 286
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Around = 6
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 0
    Text = 'edtFilename'
  end
  object cmbGroup: TComboBox[11]
    AnchorSideLeft.Control = lblAutoContinue
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = edtAutocontinueMS
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 151
    Height = 27
    Top = 171
    Width = 286
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Around = 6
    ItemHeight = 0
    TabOrder = 4
    Text = 'cmbGroup'
  end
  object gbActions: TGroupBox[12]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = cmbGroup
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 187
    Top = 204
    Width = 431
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Actions'
    ClientHeight = 166
    ClientWidth = 423
    TabOrder = 5
    object chkActionBreak: TCheckBox
      AnchorSideLeft.Control = gbActions
      AnchorSideTop.Control = gbActions
      Left = 6
      Height = 22
      Top = 6
      Width = 69
      BorderSpacing.Around = 6
      Caption = 'Break'
      TabOrder = 0
    end
    object chkEnableGroups: TCheckBox
      AnchorSideLeft.Control = gbActions
      AnchorSideTop.Control = edtEnableGroups
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 22
      Top = 36
      Width = 118
      BorderSpacing.Around = 6
      Caption = 'Enable goups'
      TabOrder = 1
    end
    object chkDisableGroups: TCheckBox
      AnchorSideLeft.Control = gbActions
      AnchorSideTop.Control = edtDisableGroups
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 22
      Top = 69
      Width = 130
      BorderSpacing.Around = 6
      Caption = 'Disable groups'
      TabOrder = 2
    end
    object edtEnableGroups: TEditButton
      AnchorSideLeft.Control = chkActionBreak
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = chkActionBreak
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Side = asrBottom
      Left = 155
      Height = 27
      Top = 34
      Width = 239
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 80
      BorderSpacing.Top = 6
      BorderSpacing.Bottom = 6
      ButtonWidth = 23
      CharCase = ecNormal
      Enabled = False
      MaxLength = 0
      NumGlyphs = 1
      TabOrder = 5
    end
    object edtDisableGroups: TEditButton
      AnchorSideLeft.Control = chkActionBreak
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = edtEnableGroups
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Side = asrBottom
      Left = 155
      Height = 27
      Top = 67
      Width = 239
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 80
      BorderSpacing.Top = 6
      BorderSpacing.Bottom = 6
      ButtonWidth = 23
      CharCase = ecNormal
      Enabled = False
      MaxLength = 0
      NumGlyphs = 1
      TabOrder = 6
    end
    object chkEvalExpression: TCheckBox
      AnchorSideLeft.Control = gbActions
      AnchorSideTop.Control = edtEvalExpression
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 22
      Top = 102
      Width = 133
      BorderSpacing.Around = 6
      Caption = 'Eval expression'
      Enabled = False
      TabOrder = 3
    end
    object chkLogMessage: TCheckBox
      AnchorSideLeft.Control = gbActions
      AnchorSideTop.Control = edtLogMessage
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 22
      Top = 135
      Width = 118
      BorderSpacing.Around = 6
      Caption = 'Log message'
      Enabled = False
      TabOrder = 4
    end
    object edtEvalExpression: TEdit
      AnchorSideLeft.Control = chkActionBreak
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = edtDisableGroups
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = gbActions
      AnchorSideRight.Side = asrBottom
      Left = 155
      Height = 27
      Top = 100
      Width = 262
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 80
      BorderSpacing.Top = 6
      BorderSpacing.Right = 6
      BorderSpacing.Bottom = 6
      Enabled = False
      TabOrder = 7
    end
    object edtLogMessage: TEdit
      AnchorSideLeft.Control = chkActionBreak
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = edtEvalExpression
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = gbActions
      AnchorSideRight.Side = asrBottom
      Left = 155
      Height = 27
      Top = 133
      Width = 262
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 80
      BorderSpacing.Top = 6
      BorderSpacing.Right = 6
      BorderSpacing.Bottom = 6
      Enabled = False
      TabOrder = 8
    end
  end
  object ButtonPanel: TButtonPanel[13]
    AnchorSideTop.Control = gbActions
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 32
    Top = 397
    Width = 431
    Anchors = [akTop, akLeft, akRight, akBottom]
    OKButton.Name = 'OKButton'
    OKButton.Caption = '&OK'
    HelpButton.Name = 'HelpButton'
    HelpButton.Caption = '&Help'
    CloseButton.Name = 'CloseButton'
    CloseButton.Caption = '&Close'
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    CancelButton.Caption = 'Cancel'
    TabOrder = 6
    ShowButtons = [pbOK, pbCancel, pbHelp]
    ShowBevel = False
  end
  object edtCondition: TComboBox[14]
    AnchorSideLeft.Control = lblAutoContinue
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = edtLine
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 151
    Height = 27
    Top = 72
    Width = 286
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Around = 6
    ItemHeight = 0
    TabOrder = 7
    Text = 'edtCondition'
  end
end