GDBDebugger.st
changeset 93 b1715ebf8df1
parent 91 472a4841a8b6
child 95 f417138e9c48
--- a/GDBDebugger.st	Mon Nov 27 20:41:34 2017 +0000
+++ b/GDBDebugger.st	Tue Dec 12 23:01:27 2017 +0000
@@ -54,10 +54,10 @@
 
 !GDBDebugger class methodsFor:'instance creation'!
 
-new
-    ^ self newWithProcess: GDBUnixProcess new
+new    
+    ^ self newWithProcess: GDBProcess new
 
-    "Modified: / 20-06-2014 / 21:44:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 12-12-2017 / 21:15:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 newWithProcess: aGDBProcess