2010-04-26 Lluis Sanchez <lluis@novell.com>
[mono.git] / mcs / class / Mono.Debugger.Soft / Mono.Debugger.Soft / ChangeLog
index 249bd524b994240e7fa3c4256401946c4414ceeb..708bb0276cdd7178c65a14ed7fa7bb882b7abc62 100644 (file)
@@ -1,3 +1,13 @@
+2010-04-26  Lluis Sanchez  <lluis@novell.com>
+
+       * IProcess.cs:
+       * VirtualMachine.cs:
+       * VirtualMachineManager.cs:
+       Added new IProcess interface which wraps the debugged process.
+       This abstraction makes it easier to support debugging processes
+       for which we don't have a direct Process reference (for example,
+       if the process is remote).
+
 2010-04-10  Zoltan Varga  <vargaz@gmail.com>
 
        * ThreadMirror.cs: Add a ThreadId property.