GDBStXUnixProcess.st
changeset 189 ce3e5dab2e60
parent 185 4e1be69b39ce
child 212 234e818f9288
equal deleted inserted replaced
188:232f6808cabd 189:ce3e5dab2e60
   190         dbgpty close.
   190         dbgpty close.
   191         self error:'Failed to launch gdb'.
   191         self error:'Failed to launch gdb'.
   192     ].
   192     ].
   193 
   193 
   194     "Created: / 12-12-2018 / 20:13:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   194     "Created: / 12-12-2018 / 20:13:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   195     "Modified: / 27-03-2019 / 08:32:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   195     "Modified: / 11-06-2019 / 11:44:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   196 !
   196 !
   197 
   197 
   198 release
   198 release
   199     debuggerPTY notNil ifTrue:[
   199     debuggerPTY notNil ifTrue:[
   200         debuggerPTY release.
   200         debuggerPTY release.