1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3  <Package Version="4">
4    <PathDelim Value="\"/>
5    <Name Value="LazDebuggerLldb"/>
6    <Type Value="RunAndDesignTime"/>
7    <Author Value="Martin Friebe"/>
8    <CompilerOptions>
9      <Version Value="11"/>
10      <PathDelim Value="\"/>
11      <SearchPaths>
12        <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
13      </SearchPaths>
14      <Other>
15        <CustomOptions Value="$(IDEBuildOptions)"/>
16      </Other>
17    </CompilerOptions>
18    <Description Value="Debugger-Backend for the Lazarus IDE. (requires the external LLDB debugger) (Alpha)
19
20This package allows the IDE to provide debugging by using lldb as external back-end. It controls all communication between the IDE and LLDB
21"/>
22    <License Value="GPL Version 2 or 3 or later at the users choice
23
24    This program is free software: you can redistribute it and/or modify
25    it under the terms of the GNU General Public License as published by
26    the Free Software Foundation, either version 2, 3 or any later version
27    of the License (at your option).
28
29    This program is distributed in the hope that it will be useful,
30    but WITHOUT ANY WARRANTY; without even the implied warranty of
31    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32    GNU General Public License for more details.
33
34    You should have received a copy of the GNU General Public License
35    along with this program.  If not, see &lt;https://www.gnu.org/licenses/>.
36
37"/>
38    <Files Count="3">
39      <Item1>
40        <Filename Value="lldbdebugger.pas"/>
41        <HasRegisterProc Value="True"/>
42        <UnitName Value="LldbDebugger"/>
43      </Item1>
44      <Item2>
45        <Filename Value="lldbinstructions.pas"/>
46        <UnitName Value="LldbInstructions"/>
47      </Item2>
48      <Item3>
49        <Filename Value="lldbhelper.pas"/>
50        <UnitName Value="LldbHelper"/>
51      </Item3>
52    </Files>
53    <RequiredPkgs Count="3">
54      <Item1>
55        <PackageName Value="CmdLineDebuggerBase"/>
56      </Item1>
57      <Item2>
58        <PackageName Value="DebuggerIntf"/>
59      </Item2>
60      <Item3>
61        <PackageName Value="FCL"/>
62      </Item3>
63    </RequiredPkgs>
64    <UsageOptions>
65      <UnitPath Value="$(PkgOutDir)"/>
66    </UsageOptions>
67    <PublishOptions>
68      <Version Value="2"/>
69    </PublishOptions>
70  </Package>
71</CONFIG>
72