GDBEventSetProcessingStarted.st
changeset 231 dcadeaddd0c8
parent 144 342b6dfe3a6f
--- a/GDBEventSetProcessingStarted.st	Sat May 22 16:52:20 2021 +0100
+++ b/GDBEventSetProcessingStarted.st	Mon Jun 28 12:43:27 2021 +0100
@@ -1,6 +1,7 @@
 "
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
+Copyright (C) 2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -33,6 +34,7 @@
 "
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
+Copyright (C) 2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -50,6 +52,14 @@
 "
 ! !
 
+!GDBEventSetProcessingStarted methodsFor:'testing'!
+
+isEventSetProcessingStartedEvent
+    ^ true
+
+    "Created: / 22-05-2021 / 15:51:05 / Jan Vrany <jan.vrany@labware.com>"
+! !
+
 !GDBEventSetProcessingStarted class methodsFor:'documentation'!
 
 version_HG