#ifndef __MONO_DEBUG_DEBUGGER_H__ #define __MONO_DEBUG_DEBUGGER_H__ #include #include #include void mono_debugger_lock (void); void mono_debugger_unlock (void); void mono_debug_get_seq_points (MonoDebugMethodInfo *minfo, char **source_file, GPtrArray **source_file_list, int **source_files, MonoSymSeqPoint **seq_points, int *n_seq_points); MONO_API void mono_debug_free_locals (MonoDebugLocalsInfo *info); void mono_debug_free_method_async_debug_info (MonoDebugMethodAsyncInfo *info); #endif /* __MONO_DEBUG_DEBUGGER_H__ */