mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 12:53:03 +02:00
39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<Name Value="LazDebuggerFpRspRemote"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<Author Value="Joost van der Sluis / Martin Friebe / Christo Crause"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
</CompilerOptions>
|
|
<Description Value="This package is a debugger backend for the Lazarus-IDE.
|
|
- It is based on FpDebug and requires no external debugger executable.
|
|
- It currently supports the gdb Remote Serial Protocol.
|
|
- Supported targets: AVR"/>
|
|
<License Value="GPLv2"/>
|
|
<Files>
|
|
<Item>
|
|
<Filename Value="rspremotedebugger.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="rspremotedebugger"/>
|
|
</Item>
|
|
</Files>
|
|
<RequiredPkgs>
|
|
<Item>
|
|
<PackageName Value="LazDebuggerFp"/>
|
|
</Item>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<UseFileFilters Value="True"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|