GDBBreakpointDeletedEvent.st
changeset 120 73877848ea7f
parent 91 472a4841a8b6
child 231 dcadeaddd0c8
equal deleted inserted replaced
119:258bf0b2317c 120:73877848ea7f
    52 
    52 
    53 !GDBBreakpointDeletedEvent class methodsFor:'accessing - GDB value descriptors'!
    53 !GDBBreakpointDeletedEvent class methodsFor:'accessing - GDB value descriptors'!
    54 
    54 
    55 description
    55 description
    56     ^ (super description)
    56     ^ (super description)
    57         define:#id as:Integer;
    57         define:#id as:String;
    58         yourself
    58         yourself
    59 
    59 
    60     "Created: / 06-09-2014 / 02:12:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    60     "Created: / 06-09-2014 / 02:12:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    61     "Modified: / 18-05-2018 / 15:05:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    61 ! !
    62 ! !
    62 
    63 
    63 !GDBBreakpointDeletedEvent methodsFor:'accessing'!
    64 !GDBBreakpointDeletedEvent methodsFor:'accessing'!
    64 
    65 
    65 id
    66 id