GDBThreadGroupTypeProcess.st
changeset 51 2fa20404923c
child 78 c24e7d8bc881
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GDBThreadGroupTypeProcess.st	Wed Oct 01 02:04:11 2014 +0100
@@ -0,0 +1,9 @@
+"{ Package: 'jv:libgdbs' }"
+
+GDBThreadGroupType subclass:#GDBThreadGroupTypeProcess
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'GDB-Core'
+!
+