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.
