GDBThreadSelectedEvent.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 09 Sep 2014 12:44:37 +0100
changeset 39 2b9d2f75906f
child 78 c24e7d8bc881
permissions -rw-r--r--
Some work on execution stack model

"{ Package: 'jv:libgdbs' }"

GDBNotificationEvent subclass:#GDBThreadSelectedEvent
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'GDB-Core-Events'
!

!GDBThreadSelectedEvent methodsFor:'accessing'!

type
	^  'thread-selected'
! !