2007-06-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mono / mini / debug-mini.h
1 #ifndef __DEBUG_MINI_H__
2 #define __DEBUG_MINI_H__
3
4 #include <mono/metadata/class-internals.h>
5 #include <mono/metadata/mono-debug-debugger.h>
6
7 int             mono_debugger_insert_breakpoint_full      (MonoMethodDesc *desc);
8 int             mono_debugger_remove_breakpoint           (int breakpoint_id);
9 void            mono_debugger_breakpoint_callback         (MonoMethod *method, guint32 idx);
10
11 #endif