~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to debugger/test/Gdbmi/RunGdbmi.lpi

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    <Version Value="9"/>
5
5
    <PathDelim Value="\"/>
6
6
    <General>
 
7
      <SessionStorage Value="InProjectDir"/>
7
8
      <MainUnit Value="0"/>
8
9
      <ResourceType Value="res"/>
9
10
      <UseXPManifest Value="True"/>
10
11
      <Icon Value="0"/>
11
 
      <ActiveWindowIndexAtStart Value="0"/>
12
12
    </General>
13
13
    <i18n>
14
14
      <EnableI18N LFM="False"/>
16
16
    <VersionInfo>
17
17
      <StringTable ProductVersion=""/>
18
18
    </VersionInfo>
19
 
    <BuildModes Count="1" Active="Default">
 
19
    <BuildModes Count="1">
20
20
      <Item1 Name="Default" Default="True"/>
21
21
    </BuildModes>
22
22
    <PublishOptions>
27
27
    <RunParams>
28
28
      <local>
29
29
        <FormatVersion Value="1"/>
 
30
        <CommandLineParams Value="--debug-log=-"/>
30
31
      </local>
31
32
    </RunParams>
32
 
    <RequiredPackages Count="2">
 
33
    <RequiredPackages Count="3">
33
34
      <Item1>
 
35
        <PackageName Value="FPCUnitTestRunner"/>
 
36
      </Item1>
 
37
      <Item2>
34
38
        <PackageName Value="ide"/>
35
 
      </Item1>
36
 
      <Item2>
 
39
      </Item2>
 
40
      <Item3>
37
41
        <PackageName Value="LCL"/>
38
 
      </Item2>
 
42
      </Item3>
39
43
    </RequiredPackages>
40
 
    <Units Count="16">
 
44
    <Units Count="3">
41
45
      <Unit0>
42
46
        <Filename Value="RunGdbmi.lpr"/>
43
47
        <IsPartOfProject Value="True"/>
44
48
        <UnitName Value="RunGdbmi"/>
45
 
        <UsageCount Value="23"/>
46
49
      </Unit0>
47
50
      <Unit1>
48
51
        <Filename Value="rungdbmiform.pas"/>
50
53
        <ComponentName Value="Form1"/>
51
54
        <ResourceBaseClass Value="Form"/>
52
55
        <UnitName Value="RunGdbmiForm"/>
53
 
        <EditorIndex Value="0"/>
54
 
        <WindowIndex Value="0"/>
55
 
        <TopLine Value="99"/>
56
 
        <CursorPos X="14" Y="156"/>
57
 
        <UsageCount Value="23"/>
58
 
        <Loaded Value="True"/>
59
 
        <LoadedDesigner Value="True"/>
60
56
      </Unit1>
61
57
      <Unit2>
62
 
        <Filename Value="testbase.pas"/>
63
 
        <UnitName Value="TestBase"/>
64
 
        <EditorIndex Value="7"/>
65
 
        <WindowIndex Value="0"/>
66
 
        <TopLine Value="610"/>
67
 
        <CursorPos X="34" Y="677"/>
68
 
        <UsageCount Value="11"/>
69
 
        <Loaded Value="True"/>
 
58
        <Filename Value="C:\dbg_var_ptype_text2.txt"/>
 
59
        <IsPartOfProject Value="True"/>
70
60
      </Unit2>
71
 
      <Unit3>
72
 
        <Filename Value="testwatches.pas"/>
73
 
        <UnitName Value="TestWatches"/>
74
 
        <WindowIndex Value="0"/>
75
 
        <TopLine Value="4"/>
76
 
        <CursorPos X="1" Y="1"/>
77
 
        <UsageCount Value="10"/>
78
 
      </Unit3>
79
 
      <Unit4>
80
 
        <Filename Value="TestApps\WatchesPrg.pas"/>
81
 
        <UnitName Value="WatchesPrg"/>
82
 
        <EditorIndex Value="5"/>
83
 
        <WindowIndex Value="0"/>
84
 
        <TopLine Value="66"/>
85
 
        <CursorPos X="16" Y="101"/>
86
 
        <UsageCount Value="11"/>
87
 
        <Loaded Value="True"/>
88
 
      </Unit4>
89
 
      <Unit5>
90
 
        <Filename Value="C:\FPC\SVN\trunc\packages\fcl-fpcunit\src\fpcunit.pp"/>
91
 
        <UnitName Value="fpcunit"/>
92
 
        <EditorIndex Value="8"/>
93
 
        <WindowIndex Value="0"/>
94
 
        <TopLine Value="244"/>
95
 
        <CursorPos X="15" Y="279"/>
96
 
        <UsageCount Value="11"/>
97
 
        <Loaded Value="True"/>
98
 
      </Unit5>
99
 
      <Unit6>
100
 
        <Filename Value="C:\dbg_var_ptype_text2.txt"/>
101
 
        <IsPartOfProject Value="True"/>
102
 
        <WindowIndex Value="0"/>
103
 
        <TopLine Value="1"/>
104
 
        <CursorPos X="1" Y="27"/>
105
 
        <UsageCount Value="23"/>
106
 
        <DefaultSyntaxHighlighter Value="None"/>
107
 
      </Unit6>
108
 
      <Unit7>
109
 
        <Filename Value="A:\debugger\test\Gdbmi\run_gdbmi_cmds.txt"/>
110
 
        <EditorIndex Value="4"/>
111
 
        <WindowIndex Value="0"/>
112
 
        <TopLine Value="1"/>
113
 
        <CursorPos X="1" Y="1"/>
114
 
        <UsageCount Value="11"/>
115
 
        <Loaded Value="True"/>
116
 
        <DefaultSyntaxHighlighter Value="None"/>
117
 
      </Unit7>
118
 
      <Unit8>
119
 
        <Filename Value="A:\debugger\test\Gdbmi\dbg_var_ptype_text2.txt"/>
120
 
        <WindowIndex Value="0"/>
121
 
        <TopLine Value="1"/>
122
 
        <CursorPos X="1" Y="27"/>
123
 
        <UsageCount Value="10"/>
124
 
        <DefaultSyntaxHighlighter Value="None"/>
125
 
      </Unit8>
126
 
      <Unit9>
127
 
        <Filename Value="A:\debugger\test\Gdbmi\fpclist.txt"/>
128
 
        <EditorIndex Value="2"/>
129
 
        <WindowIndex Value="0"/>
130
 
        <TopLine Value="1"/>
131
 
        <CursorPos X="1" Y="13"/>
132
 
        <UsageCount Value="11"/>
133
 
        <Loaded Value="True"/>
134
 
        <DefaultSyntaxHighlighter Value="None"/>
135
 
      </Unit9>
136
 
      <Unit10>
137
 
        <Filename Value="A:\debugger\test\Gdbmi\gdblist.txt"/>
138
 
        <EditorIndex Value="3"/>
139
 
        <WindowIndex Value="0"/>
140
 
        <TopLine Value="1"/>
141
 
        <CursorPos X="32" Y="22"/>
142
 
        <UsageCount Value="11"/>
143
 
        <Loaded Value="True"/>
144
 
        <DefaultSyntaxHighlighter Value="None"/>
145
 
      </Unit10>
146
 
      <Unit11>
147
 
        <Filename Value="..\..\gdbmidebugger.pp"/>
148
 
        <UnitName Value="GDBMIDebugger"/>
149
 
        <EditorIndex Value="1"/>
150
 
        <WindowIndex Value="0"/>
151
 
        <TopLine Value="8232"/>
152
 
        <CursorPos X="1" Y="8281"/>
153
 
        <UsageCount Value="11"/>
154
 
        <Bookmarks Count="1">
155
 
          <Item0 X="3" Y="8451" ID="1"/>
156
 
        </Bookmarks>
157
 
        <Loaded Value="True"/>
158
 
      </Unit11>
159
 
      <Unit12>
160
 
        <Filename Value="..\..\..\lcl\lcltype.pp"/>
161
 
        <UnitName Value="LCLType"/>
162
 
        <WindowIndex Value="0"/>
163
 
        <TopLine Value="1979"/>
164
 
        <CursorPos X="49" Y="2048"/>
165
 
        <UsageCount Value="10"/>
166
 
      </Unit12>
167
 
      <Unit13>
168
 
        <Filename Value="..\..\..\lcl\lclintf.pas"/>
169
 
        <UnitName Value="LCLIntf"/>
170
 
        <WindowIndex Value="0"/>
171
 
        <TopLine Value="8"/>
172
 
        <CursorPos X="17" Y="78"/>
173
 
        <UsageCount Value="10"/>
174
 
      </Unit13>
175
 
      <Unit14>
176
 
        <Filename Value="..\..\cmdlinedebugger.pp"/>
177
 
        <UnitName Value="CmdLineDebugger"/>
178
 
        <WindowIndex Value="0"/>
179
 
        <TopLine Value="30"/>
180
 
        <CursorPos X="15" Y="65"/>
181
 
        <UsageCount Value="10"/>
182
 
      </Unit14>
183
 
      <Unit15>
184
 
        <Filename Value="TestApps\WatchesPrgEnum.inc"/>
185
 
        <IsVisibleTab Value="True"/>
186
 
        <EditorIndex Value="6"/>
187
 
        <WindowIndex Value="0"/>
188
 
        <TopLine Value="1"/>
189
 
        <CursorPos X="1" Y="31"/>
190
 
        <UsageCount Value="11"/>
191
 
        <Loaded Value="True"/>
192
 
      </Unit15>
193
61
    </Units>
194
 
    <JumpHistory Count="22" HistoryIndex="21">
195
 
      <Position1>
196
 
        <Filename Value="rungdbmiform.pas"/>
197
 
        <Caret Line="72" Column="57" TopLine="37"/>
198
 
      </Position1>
199
 
      <Position2>
200
 
        <Filename Value="rungdbmiform.pas"/>
201
 
        <Caret Line="116" Column="24" TopLine="47"/>
202
 
      </Position2>
203
 
      <Position3>
204
 
        <Filename Value="rungdbmiform.pas"/>
205
 
        <Caret Line="135" Column="1" TopLine="74"/>
206
 
      </Position3>
207
 
      <Position4>
208
 
        <Filename Value="rungdbmiform.pas"/>
209
 
        <Caret Line="155" Column="1" TopLine="85"/>
210
 
      </Position4>
211
 
      <Position5>
212
 
        <Filename Value="rungdbmiform.pas"/>
213
 
        <Caret Line="156" Column="1" TopLine="86"/>
214
 
      </Position5>
215
 
      <Position6>
216
 
        <Filename Value="rungdbmiform.pas"/>
217
 
        <Caret Line="70" Column="1" TopLine="56"/>
218
 
      </Position6>
219
 
      <Position7>
220
 
        <Filename Value="rungdbmiform.pas"/>
221
 
        <Caret Line="100" Column="13" TopLine="56"/>
222
 
      </Position7>
223
 
      <Position8>
224
 
        <Filename Value="rungdbmiform.pas"/>
225
 
        <Caret Line="9" Column="92" TopLine="1"/>
226
 
      </Position8>
227
 
      <Position9>
228
 
        <Filename Value="rungdbmiform.pas"/>
229
 
        <Caret Line="9" Column="92" TopLine="1"/>
230
 
      </Position9>
231
 
      <Position10>
232
 
        <Filename Value="rungdbmiform.pas"/>
233
 
        <Caret Line="109" Column="13" TopLine="74"/>
234
 
      </Position10>
235
 
      <Position11>
236
 
        <Filename Value="rungdbmiform.pas"/>
237
 
        <Caret Line="115" Column="21" TopLine="74"/>
238
 
      </Position11>
239
 
      <Position12>
240
 
        <Filename Value="rungdbmiform.pas"/>
241
 
        <Caret Line="105" Column="15" TopLine="80"/>
242
 
      </Position12>
243
 
      <Position13>
244
 
        <Filename Value="..\..\gdbmidebugger.pp"/>
245
 
        <Caret Line="259" Column="41" TopLine="243"/>
246
 
      </Position13>
247
 
      <Position14>
248
 
        <Filename Value="rungdbmiform.pas"/>
249
 
        <Caret Line="65" Column="24" TopLine="46"/>
250
 
      </Position14>
251
 
      <Position15>
252
 
        <Filename Value="rungdbmiform.pas"/>
253
 
        <Caret Line="117" Column="26" TopLine="80"/>
254
 
      </Position15>
255
 
      <Position16>
256
 
        <Filename Value="..\..\gdbmidebugger.pp"/>
257
 
        <Caret Line="259" Column="41" TopLine="243"/>
258
 
      </Position16>
259
 
      <Position17>
260
 
        <Filename Value="..\..\gdbmidebugger.pp"/>
261
 
        <Caret Line="270" Column="10" TopLine="201"/>
262
 
      </Position17>
263
 
      <Position18>
264
 
        <Filename Value="rungdbmiform.pas"/>
265
 
        <Caret Line="125" Column="7" TopLine="90"/>
266
 
      </Position18>
267
 
      <Position19>
268
 
        <Filename Value="TestApps\WatchesPrg.pas"/>
269
 
        <Caret Line="101" Column="16" TopLine="66"/>
270
 
      </Position19>
271
 
      <Position20>
272
 
        <Filename Value="TestApps\WatchesPrgEnum.inc"/>
273
 
        <Caret Line="31" Column="35" TopLine="1"/>
274
 
      </Position20>
275
 
      <Position21>
276
 
        <Filename Value="testbase.pas"/>
277
 
        <Caret Line="489" Column="6" TopLine="468"/>
278
 
      </Position21>
279
 
      <Position22>
280
 
        <Filename Value="A:\debugger\test\Gdbmi\gdblist.txt"/>
281
 
        <Caret Line="19" Column="22" TopLine="1"/>
282
 
      </Position22>
283
 
    </JumpHistory>
284
62
  </ProjectOptions>
285
63
  <CompilerOptions>
286
 
    <Version Value="9"/>
 
64
    <Version Value="10"/>
287
65
    <PathDelim Value="\"/>
288
66
    <Target>
289
67
      <Filename Value="RunGdbmi"/>
294
72
    </SearchPaths>
295
73
    <Linking>
296
74
      <Debugging>
297
 
        <GenerateDwarf Value="True"/>
 
75
        <GenerateDebugInfo Value="True"/>
 
76
        <DebugInfoType Value="dsAuto"/>
298
77
        <UseHeaptrc Value="True"/>
299
78
      </Debugging>
300
79
    </Linking>
306
85
    </Other>
307
86
  </CompilerOptions>
308
87
  <Debugging>
309
 
    <Exceptions Count="3">
 
88
    <Exceptions Count="4">
310
89
      <Item1>
311
90
        <Name Value="EAbort"/>
312
91
      </Item1>
316
95
      <Item3>
317
96
        <Name Value="EFOpenError"/>
318
97
      </Item3>
 
98
      <Item4>
 
99
        <Name Value="EAssertionFailedError"/>
 
100
      </Item4>
319
101
    </Exceptions>
320
102
  </Debugging>
321
103
</CONFIG>