Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « MonoDevelop.Debugger.Gdb « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce5286dfe153b5be1dfab1cb7e24528a2ce0e6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
2010-06-14  Lluis Sanchez Gual  <lluis@novell.com>

	* configure: Bump MD version.

2010-05-20  Lluis Sanchez Gual  <lluis@novell.com>

	* configure: Bump MD version.

2010-05-20  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbBacktrace.cs: Track api changes.

2010-05-07  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbBacktrace.cs: Track api changes.

2010-05-03  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbSession.cs: Increased console creation timeout.

2010-04-28  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbSession.cs: Track api changes.

2010-04-19  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbBacktrace.cs: Track api changes.

	* MonoDevelop.Debugger.csproj: Flush.

2010-03-22  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AssemblyInfo.cs:
	* Manifest.addin.xml: Bumped MD version.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.csproj: Flush.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.csproj: Merged MD.Projects into
	  MD.Core, and MD.Projects.Gui, MD.Core.Gui and MD.Components
	  into MD.Ide.

2010-03-15  David Makovský  <yakeen@sannyas-on.net>

	* GdbBacktrace.cs: fixes for C++ structures (thx Martin Vejnár
	  <avakar@ratatanek.cz>)

2010-03-08  Jonathan Pryor  <jpryor@novell.com>

	* configure: Create a $(CSC) make variable.
	* MonoDevelop.Debugger.Gdb.make: Set $(ASSEMBLY_COMPILER_COMMAND) to
	  $(CSC).  This allows a top-level CSC override to be used within this
	  module (e.g. top-level `make CSC=dmcs` for a v4 build).

2010-03-03  Michael Hutchinson  <mhutchinson@novell.com>

	* GdbSession.cs: Name the reader thread.

2010-03-01  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.Gdb.sln: The invariant policy can't be
	  used anymore as base policy set.

2010-02-22  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbBacktrace.cs: Track api changes.

2010-02-20  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbBacktrace.cs: Add missing method.

2010-02-19  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbBacktrace.cs: Track api changes.

2010-02-16  Lluis Sanchez Gual  <lluis@novell.com>

	* Manifest.addin.xml:
	* GdbSessionFactory.cs: Track api changes. Some engine info is
	  now taken from extension node metadata.

	* MonoDevelop.Debugger.csproj:
	* MonoDevelop.Debugger.Gdb.sln: Flush.

	* GdbSession.cs: Expressions are now printed by the debugging
	  service.

2009-12-11  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbBacktrace.cs: Track api changes.

2009-11-20  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbSessionFactory.cs: Implement Id property.

2009-11-18  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbBacktrace.cs: Track api changes.

2009-11-12  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbEvent.cs: Reason can be an array. Handle this case.

	* MonoDevelop.Debugger.csproj: Flush.

	* GdbSession.cs: If there is an error while initializing,
	  report that the process has exited.

2009-10-30  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AssemblyInfo.cs:
	* Manifest.addin.xml: Bump MD version.

2009-10-18  Michael Hutchinson  <mhutchinson@novell.com>

	* GdbSession.cs: Fix Pocess/Process spelling.

2009-10-16  Michael Hutchinson  <mhutchinson@novell.com>

	* GdbSessionFactory.cs: Fix spelling of GetAttachableProcesses
	  API.

2009-10-07  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AssemblyInfo.cs:
	* Manifest.addin.xml: Bump MD version.

2009-10-05  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbSession.cs:
	* GdbBacktrace.cs: Use long for thread and process id.

2009-10-01  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.Gdb.sln: 

	* GdbSession.cs: Don't crash if a breakpoint can't be set.

2009-08-20  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.csproj:
	* MonoDevelop.Debugger.Gdb.sln: Updated.

	* GdbSession.cs: Quote file names when needed.

2009-05-19  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.csproj: Flush.

2009-04-27  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbSessionFactory.cs:
	* MonoDevelop.Debugger.csproj:
	* MonoDevelop.Debugger.Gdb.make: Track api changes.

2009-04-15  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AssemblyInfo.cs:
	* Manifest.addin.xml: Bump MD version.

2009-03-04  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbSessionFactory.cs: Removed unused CanDebugPlatform and
	  rename CanDebugFile to CanDebugCommand.

2009-03-04  Lluis Sanchez Gual  <lluis@novell.com>

	* GdbSessionFactory.cs: Changed the way execution handlers
	  work. We are not using platform ids anymore. Instead, we use
	  command strings when looking for execution handlers.
	  IExecutionHandlerFactory has been removed and now everything
	  is handled by IExecutionHandler, which has a new CanExecute
	  method. This model is more simple and more generic.

2009-02-26  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.Gdb.sln: Flush.

2009-02-25  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Debugger.Gdb.sln: Set policies. Remove unused
	  name attribute.

2009-02-20  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.csproj: Updated references.

2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>

 * MonoDevelop.Debugger.mdp:
 * MonoDevelop.Debugger.mds:
 * MonoDevelop.Debugger.csproj:
 * MonoDevelop.Debugger.Gdb.mds:
 * MonoDevelop.Debugger.Gdb.sln: Migrated to MSBuild file format.

2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>

 * configure:
 * AssemblyInfo.cs:
 * Manifest.addin.xml: Bump MD version.

2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Debugger.mdp: Flush project format changes.

2008-12-19  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.mdp: Updated.

	* GdbBacktrace.cs: Track api changes.

2008-12-09  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	* GdbSession.cs: Fallback to relative source file path.

2008-12-04  Lluis Sanchez Gual  <lluis@novell.com>

	* Manifest.addin.xml: Set correct add-in category.

	* GdbSession.cs:
	* GdbSessionFactory.cs:
	* MonoDevelop.Debugger.mdp: Track api changes.

2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* Manifest.addin.xml: Change addin version number to match
	configure/tarball version number.

2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* AssemblyInfo.cs: Add AssemblyInfo.cs files that are autogenerated from
	the addin manifests.

2008-12-02  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.mdp:
	* MonoDevelop.Debugger.Gdb.make: Remove .pc file. It's not required.

2008-11-25  Lluis Sanchez Gual  <lluis@novell.com>

	* Manifest.addin.xml: Track api changes.

2008-11-05  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* Manifest.addin.xml: Bump MD version.

2008-10-16  Michael Hutchinson  <mhutchinson@novell.com>

	* configure: Fix tarball name.

2008-09-26  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbBacktrace.cs, GdbSession.cs: When debugging a mono process, try to
	  get managed method names for unknown stack frames.

2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Debugger.mdp: Updated projects.

2008-09-03  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSession.cs: Track api changes.

2008-08-22  Lluis Sanchez Gual <lluis@novell.com> 

	* Manifest.addin.xml, MonoDevelop.Debugger.mdp: Extension point
	  location has changed.

2008-08-18  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Debugger.mdp: Fix reference to Mono.TextEditor. The
	  incorrect add-in version number causes problems in the makefile
	  synchronization.

2008-08-07  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSession.cs: Implemented support for conditions, trace expressions
	  and hit counts.

2008-08-05  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSession.cs: Track api changes.

2008-07-25  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbBacktrace.cs: Implement GetAllLocals.

2008-07-16  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSession.cs: Track api changes.

2008-07-11  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSessionFactory.cs: Fix construction process command line string.
	* GdbSession.cs: Track api changes.

2008-07-09  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Debugger.Gdb.make: Install the assemblies to the correct
	  directory.

2008-07-09  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSession.cs: Track api changes.

2008-07-09  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbBacktrace.cs: Added support for code completion.

2008-07-09  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbBacktrace.cs: Track api changes.
	* GdbSession.cs: Clean temporary variables.

2008-07-07  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbBacktrace.cs: Track api changes.

2008-07-02  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbBacktrace.cs: Support modifying variable values.
	* GdbSession.cs: Implemented support for disassembling files.

2008-07-01  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSession.cs: Track api changes.

2008-06-26  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbBacktrace.cs, GdbSession.cs: Allow setting the active thread.
	  Implemented GetThreads and GetProcesses.
	* ResultData.cs: Handle weird case where a tuple can have several
	  values for a property.

2008-06-20  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSession.cs: Implemented detach.

2008-06-20  Lluis Sanchez Gual <lluis@novell.com> 

	* GdbSessionFactory.cs, GdbBacktrace.cs, GdbSession.cs, ResultData.cs:
	  Implemented process attaching, variable query, disassemble.

2008-06-17  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Debugger.Gdb.make, configure, MonoDevelop.Debugger.mdp,
	  MonoDevelop.Debugger.mds, Makefile.include, rules.make,
	  monodevelop.debugger.gdb.pc.in, Makefile: Added missing build
	  files.

2008-06-17  Lluis Sanchez Gual <lluis@novell.com> 

	* AssemblyInfo.cs, GdbBacktrace.cs, GdbEvent.cs, GdbSession.cs,
	  CommandStatus.cs, GdbSessionFactory.cs, ResultData.cs,
	  GdbCommandResult.cs, Manifest.addin.xml: Initial support for gdb
	  integration.