GDBEventSetProcessingStarted.st
changeset 231 dcadeaddd0c8
parent 144 342b6dfe3a6f
equal deleted inserted replaced
230:ba4b57758e92 231:dcadeaddd0c8
     1 "
     1 "
     2 jv:libgdbs - GNU Debugger Interface Library
     2 jv:libgdbs - GNU Debugger Interface Library
     3 Copyright (C) 2015-now Jan Vrany
     3 Copyright (C) 2015-now Jan Vrany
       
     4 Copyright (C) 2021 LabWare
     4 
     5 
     5 This library is free software; you can redistribute it and/or
     6 This library is free software; you can redistribute it and/or
     6 modify it under the terms of the GNU Lesser General Public
     7 modify it under the terms of the GNU Lesser General Public
     7 License as published by the Free Software Foundation; either
     8 License as published by the Free Software Foundation; either
     8 version 2.1 of the License. 
     9 version 2.1 of the License. 
    31 
    32 
    32 copyright
    33 copyright
    33 "
    34 "
    34 jv:libgdbs - GNU Debugger Interface Library
    35 jv:libgdbs - GNU Debugger Interface Library
    35 Copyright (C) 2015-now Jan Vrany
    36 Copyright (C) 2015-now Jan Vrany
       
    37 Copyright (C) 2021 LabWare
    36 
    38 
    37 This library is free software; you can redistribute it and/or
    39 This library is free software; you can redistribute it and/or
    38 modify it under the terms of the GNU Lesser General Public
    40 modify it under the terms of the GNU Lesser General Public
    39 License as published by the Free Software Foundation; either
    41 License as published by the Free Software Foundation; either
    40 version 2.1 of the License. 
    42 version 2.1 of the License. 
    48 License along with this library; if not, write to the Free Software
    50 License along with this library; if not, write to the Free Software
    49 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    51 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    50 "
    52 "
    51 ! !
    53 ! !
    52 
    54 
       
    55 !GDBEventSetProcessingStarted methodsFor:'testing'!
       
    56 
       
    57 isEventSetProcessingStartedEvent
       
    58     ^ true
       
    59 
       
    60     "Created: / 22-05-2021 / 15:51:05 / Jan Vrany <jan.vrany@labware.com>"
       
    61 ! !
       
    62 
    53 !GDBEventSetProcessingStarted class methodsFor:'documentation'!
    63 !GDBEventSetProcessingStarted class methodsFor:'documentation'!
    54 
    64 
    55 version_HG
    65 version_HG
    56 
    66 
    57     ^ '$Changeset: <not expanded> $'
    67     ^ '$Changeset: <not expanded> $'