1 2009-02-20 Lluis Sanchez Gual <lluis@novell.com>
3 * Mono.Debugging.Backend.Mdb.csproj: Updated references.
5 2009/02/06 Lluis Sanchez Gual <lluis@novell.com>
7 * Mono.Debugging.Backend.Mdb.mdp:
8 * Mono.Debugging.Backend.Mdb.csproj: Migrated to MSBuild file format.
10 2009/02/03 Lluis Sanchez Gual <lluis@novell.com>
13 * Manifest.addin.xml: Bump MD version.
15 2009-01-27 Lluis Sanchez Gual <lluis@novell.com>
17 * Mono.Debugging.Backend.Mdb.mdp: Fix target framework.
19 2009-01-26 Michael Hutchinson <mhutchinson@novell.com>
21 * Mono.Debugging.Backend.Mdb.mdp: Flush project format changes.
23 2008-12-19 Lluis Sanchez Gual <lluis@novell.com>
25 * Mono.Debugging.Backend.Mdb.mdp: Updated.
27 2008-12-04 Lluis Sanchez Gual <lluis@novell.com>
29 * Manifest.addin.xml: Set correct add-in category.
31 * MonoDebuggerSession.cs:
32 * MonoDebuggerSessionFactory.cs: Track api changes.
34 2008-12-02 Michael Hutchinson <mhutchinson@novell.com>
36 * Manifest.addin.xml: Change addin version number to match
37 configure/tarball version number.
39 2008-12-02 Michael Hutchinson <mhutchinson@novell.com>
41 * AssemblyInfo.cs: Add AssemblyInfo.cs files that are autogenerated from
44 2008-11-25 Lluis Sanchez Gual <lluis@novell.com>
46 * Manifest.addin.xml: Track api changes.
48 2008-11-05 Lluis Sanchez Gual <lluis@novell.com>
50 * Manifest.addin.xml: Bump MD version.
52 2008-09-17 Lluis Sanchez Gual <lluis@novell.com>
54 * Mono.Debugging.Backend.Mdb.mdp: Updated projects.
56 2008-09-03 Lluis Sanchez Gual <lluis@novell.com>
58 * MonoDebuggerSession.cs: Track api changes.
60 2008-08-22 Lluis Sanchez Gual <lluis@novell.com>
62 * Manifest.addin.xml: Extension point location has changed.
64 2008-08-18 Lluis Sanchez Gual <lluis@novell.com>
66 * Mono.Debugging.Backend.Mdb.mdp: Fix reference to Mono.TextEditor. The
67 incorrect add-in version number causes problems in the makefile
70 2008-08-06 Lluis Sanchez Gual <lluis@novell.com>
72 * IDebuggerController.cs, MonoDebuggerSession.cs,
73 Mono.Debugging.Backend.Mdb.mdp, DebuggerController.cs: Add support
74 for live hit count and trace updating.
76 2008-07-16 Lluis Sanchez Gual <lluis@novell.com>
78 * MonoDebuggerSession.cs, IDebuggerServer.cs: Implement support for
81 2008-07-11 Lluis Sanchez Gual <lluis@novell.com>
83 * IDebuggerController.cs, MonoDebuggerSession.cs, IDebuggerServer.cs,
84 DebuggerController.cs: Track api changes to support custom
85 breakpoint hit actions.
86 * MonoDebuggerSessionFactory.cs: Fix construction process command line
89 2008-07-09 Lluis Sanchez Gual <lluis@novell.com>
91 * Makefile: Install the assemblies to the correct directory.
93 2008-07-09 Lluis Sanchez Gual <lluis@novell.com>
95 * MonoDebuggerSession.cs, IDebuggerServer.cs: Implemented
96 SetActiveThread. Ignore target events coming from non-stopped
99 2008-07-02 Lluis Sanchez Gual <lluis@novell.com>
101 * MonoDebuggerSession.cs, IDebuggerServer.cs, Makefile: Implement
102 support for modifying variable values and disassembling files.
104 2008-07-01 Lluis Sanchez Gual <lluis@novell.com>
106 * MonoDebuggerSession.cs: Track api changes.
107 * DebuggerController.cs: Use tcp by default. Fire target even after
108 forcing the debugger to stop.
110 2008-06-26 Lluis Sanchez Gual <lluis@novell.com>
112 * Mono.Debugging.Backend.Mdb.mdp, DebuggerController.cs, Makefile:
113 Enable unix channel support.
115 2008-06-26 Lluis Sanchez Gual <lluis@novell.com>
117 * MonoDebuggerSession.cs, IDebuggerServer.cs: Implement GetThreads and
120 2008-06-20 Lluis Sanchez Gual <lluis@novell.com>
122 * IDebuggerController.cs, MonoDebuggerSession.cs, IDebuggerServer.cs,
123 DebuggerController.cs: Implemented detach.
125 2008-06-20 Lluis Sanchez Gual <lluis@novell.com>
127 * IDebuggerController.cs, MonoDebuggerSession.cs, IDebuggerServer.cs,
128 DebuggerController.cs, MonoDebuggerSessionFactory.cs: Implemented
129 support for attach to process, disassemble.
131 2008-06-17 Lluis Sanchez Gual <lluis@novell.com>
133 * DebuggerController.cs: Added a timeout in the Exit method.
135 2008-05-27 Lluis Sanchez Gual <lluis@novell.com>
137 * mono.debugging.backend.mdb.pc.in: Added missing file.
139 2008-05-27 Lluis Sanchez Gual <lluis@novell.com>
141 * IDebuggerController.cs, MonoDebuggerSession.cs,
142 Mono.Debugging.Backend.Mdb.mdp, IDebuggerServer.cs,
143 DebuggerController.cs, Makefile: Track api changes. Properly
144 redirect debugger output. Implemented support for adding
145 breakpoints while the target process is running, it seems to kinda
148 2008-05-22 Lluis Sanchez Gual <lluis@novell.com>
150 * Mono.Debugging.Backend.Mdb.mdp: Updated project.
152 2008-05-16 Lluis Sanchez Gual <lluis@novell.com>
154 * Mono.Debugging.Backend.Mdb.mdp: Implemented query of variable and
157 2008-05-14 Lluis Sanchez Gual <lluis@novell.com>
159 * AssemblyInfo.cs, Manifest.addin.xml, IDebuggerController.cs,
160 MonoDebuggerSession.cs, ChangeLog, Mono.Debugging.Backend.Mdb.mdp,
161 Mono.Debugging.Backend.Mdb, DebuggerController.cs,
162 MonoDebuggerSessionFactory.cs, Makefile: Initial import.
164 2008-04-28 Ankit Jain <jankit@novell.com>