* Makefile.am:
[monodevelop.git] / extras / MonoDevelop.Debugger.Gdb / ChangeLog
blob294a22d5bf5328190b380ec106925ee5fb7e44d9
1 2009-02-26  Lluis Sanchez Gual  <lluis@novell.com>
3         * MonoDevelop.Debugger.Gdb.sln: Flush.
5 2009-02-25  Michael Hutchinson  <mhutchinson@novell.com>
7         * MonoDevelop.Debugger.Gdb.sln: Set policies. Remove unused
8           name attribute.
10 2009-02-20  Lluis Sanchez Gual  <lluis@novell.com>
12         * MonoDevelop.Debugger.csproj: Updated references.
14 2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>
16  * MonoDevelop.Debugger.mdp:
17  * MonoDevelop.Debugger.mds:
18  * MonoDevelop.Debugger.csproj:
19  * MonoDevelop.Debugger.Gdb.mds:
20  * MonoDevelop.Debugger.Gdb.sln: Migrated to MSBuild file format.
22 2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>
24  * configure:
25  * AssemblyInfo.cs:
26  * Manifest.addin.xml: Bump MD version.
28 2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>
30         * MonoDevelop.Debugger.mdp: Flush project format changes.
32 2008-12-19  Lluis Sanchez Gual  <lluis@novell.com>
34         * MonoDevelop.Debugger.mdp: Updated.
36         * GdbBacktrace.cs: Track api changes.
38 2008-12-09  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>
40         * GdbSession.cs: Fallback to relative source file path.
42 2008-12-04  Lluis Sanchez Gual  <lluis@novell.com>
44         * Manifest.addin.xml: Set correct add-in category.
46         * GdbSession.cs:
47         * GdbSessionFactory.cs:
48         * MonoDevelop.Debugger.mdp: Track api changes.
50 2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>
52         * Manifest.addin.xml: Change addin version number to match
53         configure/tarball version number.
55 2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>
57         * AssemblyInfo.cs: Add AssemblyInfo.cs files that are autogenerated from
58         the addin manifests.
60 2008-12-02  Lluis Sanchez Gual  <lluis@novell.com>
62         * MonoDevelop.Debugger.mdp:
63         * MonoDevelop.Debugger.Gdb.make: Remove .pc file. It's not required.
65 2008-11-25  Lluis Sanchez Gual  <lluis@novell.com>
67         * Manifest.addin.xml: Track api changes.
69 2008-11-05  Lluis Sanchez Gual  <lluis@novell.com>
71         * configure:
72         * Manifest.addin.xml: Bump MD version.
74 2008-10-16  Michael Hutchinson  <mhutchinson@novell.com>
76         * configure: Fix tarball name.
78 2008-09-26  Lluis Sanchez Gual <lluis@novell.com> 
80         * GdbBacktrace.cs, GdbSession.cs: When debugging a mono process, try to
81           get managed method names for unknown stack frames.
83 2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 
85         * MonoDevelop.Debugger.mdp: Updated projects.
87 2008-09-03  Lluis Sanchez Gual <lluis@novell.com> 
89         * GdbSession.cs: Track api changes.
91 2008-08-22  Lluis Sanchez Gual <lluis@novell.com> 
93         * Manifest.addin.xml, MonoDevelop.Debugger.mdp: Extension point
94           location has changed.
96 2008-08-18  Lluis Sanchez Gual <lluis@novell.com> 
98         * MonoDevelop.Debugger.mdp: Fix reference to Mono.TextEditor. The
99           incorrect add-in version number causes problems in the makefile
100           synchronization.
102 2008-08-07  Lluis Sanchez Gual <lluis@novell.com> 
104         * GdbSession.cs: Implemented support for conditions, trace expressions
105           and hit counts.
107 2008-08-05  Lluis Sanchez Gual <lluis@novell.com> 
109         * GdbSession.cs: Track api changes.
111 2008-07-25  Lluis Sanchez Gual <lluis@novell.com> 
113         * GdbBacktrace.cs: Implement GetAllLocals.
115 2008-07-16  Lluis Sanchez Gual <lluis@novell.com> 
117         * GdbSession.cs: Track api changes.
119 2008-07-11  Lluis Sanchez Gual <lluis@novell.com> 
121         * GdbSessionFactory.cs: Fix construction process command line string.
122         * GdbSession.cs: Track api changes.
124 2008-07-09  Lluis Sanchez Gual <lluis@novell.com> 
126         * MonoDevelop.Debugger.Gdb.make: Install the assemblies to the correct
127           directory.
129 2008-07-09  Lluis Sanchez Gual <lluis@novell.com> 
131         * GdbSession.cs: Track api changes.
133 2008-07-09  Lluis Sanchez Gual <lluis@novell.com> 
135         * GdbBacktrace.cs: Added support for code completion.
137 2008-07-09  Lluis Sanchez Gual <lluis@novell.com> 
139         * GdbBacktrace.cs: Track api changes.
140         * GdbSession.cs: Clean temporary variables.
142 2008-07-07  Lluis Sanchez Gual <lluis@novell.com> 
144         * GdbBacktrace.cs: Track api changes.
146 2008-07-02  Lluis Sanchez Gual <lluis@novell.com> 
148         * GdbBacktrace.cs: Support modifying variable values.
149         * GdbSession.cs: Implemented support for disassembling files.
151 2008-07-01  Lluis Sanchez Gual <lluis@novell.com> 
153         * GdbSession.cs: Track api changes.
155 2008-06-26  Lluis Sanchez Gual <lluis@novell.com> 
157         * GdbBacktrace.cs, GdbSession.cs: Allow setting the active thread.
158           Implemented GetThreads and GetProcesses.
159         * ResultData.cs: Handle weird case where a tuple can have several
160           values for a property.
162 2008-06-20  Lluis Sanchez Gual <lluis@novell.com> 
164         * GdbSession.cs: Implemented detach.
166 2008-06-20  Lluis Sanchez Gual <lluis@novell.com> 
168         * GdbSessionFactory.cs, GdbBacktrace.cs, GdbSession.cs, ResultData.cs:
169           Implemented process attaching, variable query, disassemble.
171 2008-06-17  Lluis Sanchez Gual <lluis@novell.com> 
173         * MonoDevelop.Debugger.Gdb.make, configure, MonoDevelop.Debugger.mdp,
174           MonoDevelop.Debugger.mds, Makefile.include, rules.make,
175           monodevelop.debugger.gdb.pc.in, Makefile: Added missing build
176           files.
178 2008-06-17  Lluis Sanchez Gual <lluis@novell.com> 
180         * AssemblyInfo.cs, GdbBacktrace.cs, GdbEvent.cs, GdbSession.cs,
181           CommandStatus.cs, GdbSessionFactory.cs, ResultData.cs,
182           GdbCommandResult.cs, Manifest.addin.xml: Initial support for gdb
183           integration.