GDBEvent.st
changeset 87 50e80d25ea6f
parent 78 c24e7d8bc881
child 91 472a4841a8b6
equal deleted inserted replaced
86:7f53d51a0a65 87:50e80d25ea6f
    58     "Modified: / 20-06-2014 / 09:05:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    58     "Modified: / 20-06-2014 / 09:05:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    59 ! !
    59 ! !
    60 
    60 
    61 !GDBEvent methodsFor:'testing'!
    61 !GDBEvent methodsFor:'testing'!
    62 
    62 
       
    63 isAsyncEvent
       
    64     "return false here; to be redefined in subclass(es)"
       
    65 
       
    66     ^ false
       
    67 !
       
    68 
    63 isCommandResultEvent
    69 isCommandResultEvent
    64     ^ false
    70     ^ false
    65 !
    71 !
    66 
    72 
    67 isConsoleOutputEvent
    73 isConsoleOutputEvent