GDBDebugger.st
changeset 180 cd22cacfcdcb
parent 175 a04e1a36e888
child 185 4e1be69b39ce
equal deleted inserted replaced
179:c43cece06442 180:cd22cacfcdcb
  1214      it. Use with caution!!
  1214      it. Use with caution!!
  1215     "
  1215     "
  1216     ^ connection hasPendingEvents
  1216     ^ connection hasPendingEvents
  1217 
  1217 
  1218     "Created: / 23-01-2019 / 20:38:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1218     "Created: / 23-01-2019 / 20:38:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
  1219 !
       
  1220 
       
  1221 nativeTargetHasFeature: aString
       
  1222     ^ connection nativeTargetFeatures includes:  aString
       
  1223 
       
  1224     "Created: / 13-03-2019 / 12:53:38 / jv"
       
  1225 !
       
  1226 
       
  1227 nativeTargetHasFeatureAsync
       
  1228     ^ self nativeTargetHasFeature: 'async'
       
  1229 
       
  1230     "Created: / 13-03-2019 / 12:53:54 / jv"
  1219 ! !
  1231 ! !
  1220 
  1232 
  1221 !GDBDebugger methodsFor:'testing'!
  1233 !GDBDebugger methodsFor:'testing'!
  1222 
  1234 
  1223 isConnected
  1235 isConnected