2009-12-09 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / mono-debug-debugger.h
index 6b7f7c876fde9e823ad481d1fbcd68cf63061fd7..ed6efa072945478e099bcf7ad2a70db1f80a9f8d 100644 (file)
@@ -40,8 +40,10 @@ typedef enum {
        MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN,
        MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN,
 
-       /* Extended per-thread notifications */
-       MONO_DEBUGGER_EVENT_TRAMPOLINE                  = 256,
+       /* Obsolete, only for backwards compatibility with older debugger versions */
+       MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE              = 256,
+
+       MONO_DEBUGGER_EVENT_TRAMPOLINE                  = 512
 } MonoDebuggerEvent;
 
 extern volatile gint32 _mono_debugger_interruption_request;