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: 46ae1b4bc12213dffa2b1d66f1f3febb29d6128d (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
2009-03-05  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.