Merge pull request #3756 from henricm/named-pipe-alertable-on-windows
[mono.git] / mono / metadata / mono-debug-debugger.h
index 166c9ab63856ec6c3a3ed517aa69c15cf6ddf15e..6b04225241975cb6f86e66766f536c637d8ec821 100644 (file)
 #include <mono/metadata/debug-mono-symfile.h>
 #include <mono/utils/mono-compiler.h>
 
-
-void            mono_debugger_initialize                    (void);
-
 void            mono_debugger_lock                          (void);
 void            mono_debugger_unlock                        (void);
 
-gchar *
-mono_debugger_check_runtime_version (const char *filename);
+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);
 
 #endif /* __MONO_DEBUG_DEBUGGER_H__ */