Debugger - Stage 2 (artf511247)
[deliverable/titan.core.git] / core / Message_types.hh
index a3f05eb8eb214932c42b9544771991a24277ee22..b47fa1526e0271892ee745121342f107f3a4240d 100644 (file)
@@ -1,10 +1,16 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2000-2015 Ericsson Telecom AB
-// All rights reserved. This program and the accompanying materials
-// are made available under the terms of the Eclipse Public License v1.0
-// which accompanies this distribution, and is available at
-// http://www.eclipse.org/legal/epl-v10.html
-///////////////////////////////////////////////////////////////////////////////
+/******************************************************************************
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *   Balasko, Jeno
+ *   Forstner, Matyas
+ *   Szabo, Janos Zoltan – initial implementation
+ *
+ ******************************************************************************/
 #ifndef MESSAGE_TYPES_HH
 #define MESSAGE_TYPES_HH
 
 #define MSG_MAPPED             18
 #define MSG_UNMAP_REQ          19
 #define MSG_UNMAPPED           20
+#define MSG_DEBUG_HALT_REQ     101
 
 /* Messages from MTC to MC (up) */
 
 #define MSG_STOPPED_KILLED     22
 #define MSG_KILLED             23
 
+/* Messages from MC to HC or TC (down) */
+
+#define MSG_DEBUG_COMMAND      100
+
+/* Messages from HC or TC to MC (up) */
+
+#define MSG_DEBUG_RETURN_VALUE 100
+
 #endif
This page took 0.023527 seconds and 5 git commands to generate.