File: debuggerintf.lpk

package info (click to toggle)
lazarus 2.2.6%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 219,980 kB
  • sloc: pascal: 1,944,919; xml: 357,634; makefile: 270,608; cpp: 57,115; sh: 3,249; java: 609; perl: 297; sql: 222; ansic: 137
file content (75 lines) | stat: -rw-r--r-- 2,095 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
  <Package Version="5">
    <PathDelim Value="\"/>
    <Name Value="DebuggerIntf"/>
    <Type Value="RunAndDesignTime"/>
    <Author Value="Lazarus Team"/>
    <CompilerOptions>
      <Version Value="11"/>
      <PathDelim Value="\"/>
      <SearchPaths>
        <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
      </SearchPaths>
      <Other>
        <Verbosity>
          <ShowWarn Value="False"/>
          <ShowHints Value="False"/>
        </Verbosity>
        <CompilerMessages>
          <IgnoredMessages idx4046="True"/>
        </CompilerMessages>
        <CustomOptions Value="$(IDEBuildOptions)"/>
      </Other>
    </CompilerOptions>
    <Description Value="DebuggerIntf

Provides an interface to add debuggers to the IDE"/>
    <License Value="GPL-2"/>
    <Version Minor="1"/>
    <Files>
      <Item>
        <Filename Value="dbgintfbasetypes.pas"/>
        <UnitName Value="DbgIntfBaseTypes"/>
      </Item>
      <Item>
        <Filename Value="dbgintfdebuggerbase.pp"/>
        <UnitName Value="DbgIntfDebuggerBase"/>
      </Item>
      <Item>
        <Filename Value="dbgintfmiscclasses.pas"/>
        <UnitName Value="DbgIntfMiscClasses"/>
      </Item>
      <Item>
        <Filename Value="ideminilibc.pas"/>
        <UnitName Value="IDEMiniLibC"/>
      </Item>
      <Item>
        <Filename Value="dbgintfpseudoterminal.pas"/>
        <UnitName Value="DbgIntfPseudoTerminal"/>
      </Item>
      <Item>
        <Filename Value="dbgintfcommonstrings.pas"/>
        <UnitName Value="DbgIntfCommonStrings"/>
      </Item>
    </Files>
    <i18n>
      <EnableI18N Value="True"/>
      <OutDir Value="languages"/>
    </i18n>
    <RequiredPkgs>
      <Item>
        <PackageName Value="LCLBase"/>
      </Item>
    </RequiredPkgs>
    <UsageOptions>
      <UnitPath Value="$(PkgOutDir)"/>
    </UsageOptions>
    <PublishOptions>
      <Version Value="2"/>
    </PublishOptions>
    <CustomOptions Items="ExternHelp" Version="2">
      <_ExternHelp Items="Count"/>
    </CustomOptions>
  </Package>
</CONFIG>