GDBThreadGroupTypeProcess.st
changeset 51 2fa20404923c
child 78 c24e7d8bc881
equal deleted inserted replaced
50:61e8a7c86f38 51:2fa20404923c
       
     1 "{ Package: 'jv:libgdbs' }"
       
     2 
       
     3 GDBThreadGroupType subclass:#GDBThreadGroupTypeProcess
       
     4 	instanceVariableNames:''
       
     5 	classVariableNames:''
       
     6 	poolDictionaries:''
       
     7 	category:'GDB-Core'
       
     8 !
       
     9