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
|
2010-03-22 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
* Manifest.addin.xml: Bumped MD version.
2010-03-17 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.csproj: Flush.
2010-03-17 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.csproj: Merged MD.Projects into
MD.Core, and MD.Projects.Gui, MD.Core.Gui and MD.Components
into MD.Ide.
2010-03-08 Jonathan Pryor <jpryor@novell.com>
* Makefile: 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-02-16 Lluis Sanchez Gual <lluis@novell.com>
* Manifest.addin.xml:
* MonoDebuggerSessionFactory.cs: Track api changes. Some
engine info is now taken from extension node metadata.
* Mono.Debugging.Backend.Mdb.csproj: Flush.
2009-11-20 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSessionFactory.cs: Implement Id property.
2009-11-17 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerServer.cs:
* MonoDebuggerSession.cs: Use the new options object. Track
api changes.
2009-10-30 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
* Manifest.addin.xml: Bump MD version.
2009-10-18 Michael Hutchinson <mhutchinson@novell.com>
* IDebuggerServer.cs:
* MonoDebuggerSession.cs: Fix Pocess/Process spelling.
2009-10-16 Michael Hutchinson <mhutchinson@novell.com>
* MonoDebuggerSessionFactory.cs: Fix spelling of
GetAttachableProcesses API.
2009-10-07 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
* Manifest.addin.xml: Bump MD version.
2009-10-05 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerServer.cs:
* MonoDebuggerSession.cs: Use long for thread and process id.
2009-10-02 Lluis Sanchez Gual <lluis@novell.com>
* DebuggerController.cs:
* IDebuggerController.cs: Notify the started event before
starting the session. In this way, breakpoints will be
inserted before reaching main. Fixes bug #541727 - Debugger
never stops at the breakpoint.
2009-09-22 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerServer.cs:
* MonoDebuggerSession.cs: Watch the parent process, and stop
the server if the parent dies.
2009-09-17 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerServer.cs:
* MonoDebuggerSession.cs: Implemented AllowBreakEventChanges
property.
* Mono.Debugging.Backend.Mdb.csproj: Don't require specific
versions.
2009-08-28 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.csproj: Updated.
* DebuggerController.cs: Propagate mono env vars to the
debugged process.
2009-08-13 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSessionFactory.cs: Use the new AssemblyContext
class to query and resolve assemblies.
2009-06-12 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSessionFactory.cs: Fix nullref.
2009-06-04 Lluis Sanchez Gual <lluis@novell.com>
* DebuggerController.cs:
* IDebuggerController.cs: Track api changes.
* IDebuggerServer.cs:
* MonoDebuggerSession.cs: Cache the mdb version usead by each
mono prefix, to avoid having to auto detect it at every run.
2009-05-24 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSessionFactory.cs: Track api change.
2009-05-19 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.csproj: Flush.
2009-05-06 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerStartInfo.cs: Don't enable user modules for
normal app debugging.
2009-05-04 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerServer.cs:
* MonoDebuggerSession.cs: Try to detect the mdb version only
once per session.
* MonoDebuggerStartInfo.cs: Register user modules.
* MonoDebuggerSessionFactory.cs: Use the default runtime if
none is specified.
2009-04-27 Lluis Sanchez Gual <lluis@novell.com>
* Makefile:
* Manifest.addin.xml:
* IDebuggerServer.cs:
* DebuggerController.cs:
* MonoDebuggerSession.cs:
* MonoDebuggerStartInfo.cs:
* MonoDebuggerSessionFactory.cs:
* Mono.Debugging.Backend.Mdb.csproj: Track api changes. Added
support for targetting a runtime other than the current one
(as long as it has the debugger installed).
2009-04-15 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
* Manifest.addin.xml: Bump MD version.
2009-03-04 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSessionFactory.cs: Removed unused
CanDebugPlatform and rename CanDebugFile to CanDebugCommand.
2009-02-20 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.csproj: Updated references.
2009/02/06 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.mdp:
* Mono.Debugging.Backend.Mdb.csproj: Migrated to MSBuild file format.
2009/02/03 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
* Manifest.addin.xml: Bump MD version.
2009-01-27 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.mdp: Fix target framework.
2009-01-26 Michael Hutchinson <mhutchinson@novell.com>
* Mono.Debugging.Backend.Mdb.mdp: Flush project format changes.
2008-12-19 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.mdp: Updated.
2008-12-04 Lluis Sanchez Gual <lluis@novell.com>
* Manifest.addin.xml: Set correct add-in category.
* MonoDebuggerSession.cs:
* MonoDebuggerSessionFactory.cs: 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-11-25 Lluis Sanchez Gual <lluis@novell.com>
* Manifest.addin.xml: Track api changes.
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>
* Manifest.addin.xml: Bump MD version.
2008-09-17 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.mdp: Updated projects.
2008-09-03 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSession.cs: Track api changes.
2008-08-22 Lluis Sanchez Gual <lluis@novell.com>
* Manifest.addin.xml: Extension point location has changed.
2008-08-18 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.mdp: Fix reference to Mono.TextEditor. The
incorrect add-in version number causes problems in the makefile
synchronization.
2008-08-06 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerController.cs, MonoDebuggerSession.cs,
Mono.Debugging.Backend.Mdb.mdp, DebuggerController.cs: Add support
for live hit count and trace updating.
2008-07-16 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSession.cs, IDebuggerServer.cs: Implement support for
catchpoints.
2008-07-11 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerController.cs, MonoDebuggerSession.cs, IDebuggerServer.cs,
DebuggerController.cs: Track api changes to support custom
breakpoint hit actions.
* MonoDebuggerSessionFactory.cs: Fix construction process command line
string.
2008-07-09 Lluis Sanchez Gual <lluis@novell.com>
* Makefile: Install the assemblies to the correct directory.
2008-07-09 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSession.cs, IDebuggerServer.cs: Implemented
SetActiveThread. Ignore target events coming from non-stopped
threads.
2008-07-02 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSession.cs, IDebuggerServer.cs, Makefile: Implement
support for modifying variable values and disassembling files.
2008-07-01 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSession.cs: Track api changes.
* DebuggerController.cs: Use tcp by default. Fire target even after
forcing the debugger to stop.
2008-06-26 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.mdp, DebuggerController.cs, Makefile:
Enable unix channel support.
2008-06-26 Lluis Sanchez Gual <lluis@novell.com>
* MonoDebuggerSession.cs, IDebuggerServer.cs: Implement GetThreads and
GetProcesses.
2008-06-20 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerController.cs, MonoDebuggerSession.cs, IDebuggerServer.cs,
DebuggerController.cs: Implemented detach.
2008-06-20 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerController.cs, MonoDebuggerSession.cs, IDebuggerServer.cs,
DebuggerController.cs, MonoDebuggerSessionFactory.cs: Implemented
support for attach to process, disassemble.
2008-06-17 Lluis Sanchez Gual <lluis@novell.com>
* DebuggerController.cs: Added a timeout in the Exit method.
2008-05-27 Lluis Sanchez Gual <lluis@novell.com>
* mono.debugging.backend.mdb.pc.in: Added missing file.
2008-05-27 Lluis Sanchez Gual <lluis@novell.com>
* IDebuggerController.cs, MonoDebuggerSession.cs,
Mono.Debugging.Backend.Mdb.mdp, IDebuggerServer.cs,
DebuggerController.cs, Makefile: Track api changes. Properly
redirect debugger output. Implemented support for adding
breakpoints while the target process is running, it seems to kinda
work.
2008-05-22 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.mdp: Updated project.
2008-05-16 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.mdp: Implemented query of variable and
field data.
2008-05-14 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs, Manifest.addin.xml, IDebuggerController.cs,
MonoDebuggerSession.cs, ChangeLog, Mono.Debugging.Backend.Mdb.mdp,
Mono.Debugging.Backend.Mdb, DebuggerController.cs,
MonoDebuggerSessionFactory.cs, Makefile: Initial import.
2008-04-28 Ankit Jain <jankit@novell.com>
* Initial import.
|