lazarus/debugger/fpdebug/fpdd/fpdumpdwarf.lpi
paul 8e7fc1ea58 debugger: add .lpi for fpdumpdwarf
git-svn-id: trunk@19007 -
2009-03-16 15:38:28 +00:00

128 lines
3.6 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="\"/>
<Version Value="7"/>
<General>
<MainUnit Value="0"/>
<TargetFileExt Value=".exe"/>
<ActiveEditorIndexAtStart Value="3"/>
</General>
<VersionInfo>
<ProjectVersion Value=""/>
</VersionInfo>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<RequiredPackages Count="1">
<Item1>
<PackageName Value="LCL"/>
</Item1>
</RequiredPackages>
<Units Count="4">
<Unit0>
<Filename Value="fpdumpdwarf.lpr"/>
<IsPartOfProject Value="True"/>
<CursorPos X="45" Y="12"/>
<TopLine Value="1"/>
<EditorIndex Value="0"/>
<UsageCount Value="20"/>
<Loaded Value="True"/>
</Unit0>
<Unit1>
<Filename Value="..\dbgclasses.pp"/>
<UnitName Value="DbgClasses"/>
<CursorPos X="22" Y="4"/>
<TopLine Value="1"/>
<EditorIndex Value="1"/>
<UsageCount Value="10"/>
<Loaded Value="True"/>
</Unit1>
<Unit2>
<Filename Value="..\dbgdwarf.pas"/>
<UnitName Value="DbgDwarf"/>
<CursorPos X="12" Y="1621"/>
<TopLine Value="1601"/>
<EditorIndex Value="2"/>
<UsageCount Value="10"/>
<Loaded Value="True"/>
</Unit2>
<Unit3>
<Filename Value="..\dbgsymbols.pas"/>
<UnitName Value="DbgSymbols"/>
<CursorPos X="102" Y="49"/>
<TopLine Value="23"/>
<EditorIndex Value="3"/>
<UsageCount Value="10"/>
<Bookmarks Count="1">
<Item0 X="35" Y="109" ID="1"/>
</Bookmarks>
<Loaded Value="True"/>
</Unit3>
</Units>
<JumpHistory Count="7" HistoryIndex="6">
<Position1>
<Filename Value="..\dbgclasses.pp"/>
<Caret Line="1" Column="1" TopLine="1"/>
</Position1>
<Position2>
<Filename Value="..\dbgdwarf.pas"/>
<Caret Line="1" Column="1" TopLine="1"/>
</Position2>
<Position3>
<Filename Value="..\dbgdwarf.pas"/>
<Caret Line="1105" Column="29" TopLine="1096"/>
</Position3>
<Position4>
<Filename Value="..\dbgdwarf.pas"/>
<Caret Line="1122" Column="29" TopLine="1087"/>
</Position4>
<Position5>
<Filename Value="..\dbgdwarf.pas"/>
<Caret Line="1268" Column="35" TopLine="1250"/>
</Position5>
<Position6>
<Filename Value="..\dbgsymbols.pas"/>
<Caret Line="1" Column="1" TopLine="1"/>
</Position6>
<Position7>
<Filename Value="..\dbgsymbols.pas"/>
<Caret Line="42" Column="3" TopLine="31"/>
</Position7>
</JumpHistory>
</ProjectOptions>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)\"/>
<OtherUnitFiles Value="..\"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
</Exceptions>
</Debugging>
</CONFIG>