GDBCommandEvent.st
changeset 256 9e2ac3a4f23c
parent 91 472a4841a8b6
child 259 651864c2aa29
--- a/GDBCommandEvent.st	Wed Jan 26 16:06:07 2022 +0000
+++ b/GDBCommandEvent.st	Tue Feb 22 12:21:22 2022 +0000
@@ -1,6 +1,7 @@
 "
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
+Copyright (C) 2022 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) 2022 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -71,6 +73,14 @@
     "Created: / 11-06-2014 / 12:49:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!GDBCommandEvent methodsFor:'printing & storing'!
+
+printDetailOn: aStream
+    aStream nextPutAll: command asString
+
+    "Created: / 22-02-2022 / 11:56:18 / Jan Vrany <jan.vrany@labware.com>"
+! !
+
 !GDBCommandEvent class methodsFor:'documentation'!
 
 version_HG