mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 10:41:30 +02:00
debugger: add .lpi for fpdumpdwarf
git-svn-id: trunk@19007 -
This commit is contained in:
parent
e451ddd26b
commit
8e7fc1ea58
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1655,6 +1655,7 @@ debugger/fpdebug/fpd/fpdglobal.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/fpdloop.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/fpdpeimage.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/fpdtype.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpdd/fpdumpdwarf.lpi svneol=native#text/plain
|
||||
debugger/fpdebug/fpdd/fpdumpdwarf.lpr svneol=native#text/pascal
|
||||
debugger/fpdebug/test/asmtest.lpi svneol=native#text/plain
|
||||
debugger/fpdebug/test/asmtest.lpr svneol=native#text/pascal
|
||||
|
127
debugger/fpdebug/fpdd/fpdumpdwarf.lpi
Normal file
127
debugger/fpdebug/fpdd/fpdumpdwarf.lpi
Normal file
@ -0,0 +1,127 @@
|
||||
<?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>
|
Loading…
Reference in New Issue
Block a user