GDBOutputFormat.st
changeset 211 d493b4969b59
parent 162 e56b2f6369af
child 224 34a835fad1c8
--- a/GDBOutputFormat.st	Mon Aug 10 00:17:19 2020 +0100
+++ b/GDBOutputFormat.st	Wed Nov 11 23:12:37 2020 +0000
@@ -3,6 +3,7 @@
 "
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
+Copyright (C) 2020 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -38,6 +39,7 @@
 "
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
+Copyright (C) 2020 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -124,9 +126,10 @@
 !
 
 all
-    ^ self classVariables collect:[:name | self classVarAt: name ]
+    ^ self classVariableNames collect:[:name | self classVarAt: name ]
 
     "Created: / 26-01-2018 / 00:45:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 04-11-2020 / 10:49:00 / Jan Vrany <jan.vrany@labware.com>"
 !
 
 binary