GDBMIParser.st
changeset 235 51f916ee4111
parent 159 5a364902a0fa
child 237 81a18c404314
--- a/GDBMIParser.st	Thu Jul 29 11:25:42 2021 +0100
+++ b/GDBMIParser.st	Mon Sep 06 15:09:24 2021 +0100
@@ -3,6 +3,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
@@ -35,6 +36,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
@@ -303,7 +305,7 @@
 
     | peek events |
 
-    events := GDBEventSet new.
+    events := GDBEventSequence new.
 
     peek := self peek.
     peek == Character space ifTrue:[ self next ].