GDBSimulatorProcess.st
changeset 79 303c4edc75ad
parent 78 c24e7d8bc881
child 91 472a4841a8b6
--- a/GDBSimulatorProcess.st	Fri May 26 08:05:28 2017 +0100
+++ b/GDBSimulatorProcess.st	Thu Jun 01 12:15:43 2017 +0100
@@ -3,7 +3,7 @@
 "{ NameSpace: Smalltalk }"
 
 GDBProcess subclass:#GDBSimulatorProcess
-	instanceVariableNames:'record thread steppingSemaphore'
+	instanceVariableNames:'record thread steppingSemaphore debuggerInput debuggerOutput'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'GDB-Private-Simulator'