Author: martin
Date: 2007-06-21 08:14:13 -0400 (Thu, 21 Jun 2007)
New Revision: 80446

Modified:
   branches/martin/debugger-dublin/runtime/mini/debug-mini.h
Log:
Mark as obsolete.

Modified: branches/martin/debugger-dublin/runtime/mini/debug-mini.h
===================================================================
--- branches/martin/debugger-dublin/runtime/mini/debug-mini.h   2007-06-21 
12:12:09 UTC (rev 80445)
+++ branches/martin/debugger-dublin/runtime/mini/debug-mini.h   2007-06-21 
12:14:13 UTC (rev 80446)
@@ -7,6 +7,12 @@
 void            mono_debugger_insert_method_breakpoint    (MonoMethod *method, 
guint64 idx);
 int             mono_debugger_remove_method_breakpoint    (guint64 index);
 
+/*
+ * This is the old breakpoint interface.
+ * It isn't used by the debugger anymore, but still when using the `--break' 
command
+ * line argument.
+ */
+
 int             mono_debugger_insert_breakpoint_full      (MonoMethodDesc 
*desc);
 int             mono_debugger_remove_breakpoint           (int breakpoint_id);
 void            mono_debugger_breakpoint_callback         (MonoMethod *method, 
guint32 idx);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to