/* * This is a private header file. * The API in here is undocumented and may only be used by the JIT to * communicate with the debugger. */ #ifndef __MONO_DEBUG_DEBUGGER_H__ #define __MONO_DEBUG_DEBUGGER_H__ #include #include #include void mono_debugger_initialize (void) MONO_INTERNAL; void mono_debugger_lock (void) MONO_INTERNAL; void mono_debugger_unlock (void) MONO_INTERNAL; gchar * mono_debugger_check_runtime_version (const char *filename) MONO_INTERNAL; #endif /* __MONO_DEBUG_DEBUGGER_H__ */