GDBThreadGroupTypeProcess.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 01 Oct 2014 02:04:11 +0100
changeset 51 2fa20404923c
child 78 c24e7d8bc881
permissions -rw-r--r--
Introduced GDBThreadGroupType. Currently, there's only type 'process' as it is the only type supported by GDB.

"{ Package: 'jv:libgdbs' }"

GDBThreadGroupType subclass:#GDBThreadGroupTypeProcess
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'GDB-Core'
!