GDBMIExecutionEvent.st
changeset 4 62366cc0fd95
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GDBMIExecutionEvent.st	Mon Jun 02 00:11:22 2014 +0100
@@ -0,0 +1,17 @@
+"{ Package: 'jv:libgdbs' }"
+
+GDBMIAsyncEvent subclass:#GDBMIExecutionEvent
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'GDB-Core-MI-Events'
+!
+
+!GDBMIExecutionEvent methodsFor:'testing'!
+
+isExecutionEvent
+    ^ true
+
+    "Created: / 01-06-2014 / 23:38:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+