Merge pull request #3756 from henricm/named-pipe-alertable-on-windows
[mono.git] / mono / metadata / mono-debug-debugger.h
index c61a504be1520b33f9cd145da218e55a5cda4b10..6b04225241975cb6f86e66766f536c637d8ec821 100644 (file)
 #include <mono/metadata/debug-mono-symfile.h>
 #include <mono/utils/mono-compiler.h>
 
+void            mono_debugger_lock                          (void);
+void            mono_debugger_unlock                        (void);
 
-void            mono_debugger_initialize                    (void) MONO_INTERNAL;
+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);
 
-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;
+MONO_API void
+mono_debug_free_locals (MonoDebugLocalsInfo *info);
 
 #endif /* __MONO_DEBUG_DEBUGGER_H__ */