lazarus/components/lazdebuggers/lazdebuggerfplldb/lazdebuggerfplldb.lpk
2018-11-08 12:14:08 +00:00

65 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="LazDebuggerFpLldb"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Martin Friebe"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions>
<Description Value="Debugger-Backend for the Lazarus IDE. (requires the external LLDB debugger and FpDebug) (Beta)
This package allows the IDE to provide debugging by combining lldb as external back-end with some of the fp-debug features.
LLDB is used to control the debugged application, and get access to raw data.
Fp-Debug is used to present watches and locals in pascal style."/>
<License Value="GPL Version 2 or 3 or later at the users choice
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2, 3 or any later version
of the License (at your option).
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see &lt;https://www.gnu.org/licenses/>.
"/>
<Files Count="1">
<Item1>
<Filename Value="fplldbdebugger.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="FpLldbDebugger"/>
</Item1>
</Files>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="fpdebug"/>
</Item1>
<Item2>
<PackageName Value="LazDebuggerLldb"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>