GDBCommand.st
changeset 6 d935bc59f6f4
parent 3 29ea333a1811
child 7 7a51f98e7162
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GDBCommand.st	Mon Jun 02 22:25:25 2014 +0100
@@ -0,0 +1,9 @@
+"{ Package: 'jv:libgdbs' }"
+
+Object subclass:#GDBCommand
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'GDB-Core-Commands'
+!
+