GDBBreakpointCreatedEvent.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 07 Sep 2014 14:42:02 +0100
changeset 35 c17ecf90e446
parent 13 45ec9353003f
child 78 c24e7d8bc881
permissions -rw-r--r--
Initial support for thread groups, threads and breakpoints.

"{ Package: 'jv:libgdbs' }"

GDBBreakpointEvent subclass:#GDBBreakpointCreatedEvent
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'GDB-Core-Events'
!

!GDBBreakpointCreatedEvent methodsFor:'accessing'!

type
	^  'breakpoint-created'
! !