blob: 4da1b8c48bd163268d496955c49da2e9532121a1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="org.eclipse.papyrus.moka.debug.messages" nsURI="Debug" nsPrefix="Debug">
<eClassifiers xsi:type="ecore:EClass" name="ThreadRequest" eSuperTypes="#//DebugRequest">
<eOperations name="toJson" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threadId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suspensionPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DebugRequest">
<eOperations name="toJson" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventDetail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextKind" eType="#//DebugEventContextKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DebugEventContextKind">
<eLiterals name="ENGINE" value="1"/>
<eLiterals name="THREAD"/>
</eClassifiers>
</ecore:EPackage>