X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fmono-debug-debugger.h;h=6b04225241975cb6f86e66766f536c637d8ec821;hb=6d37ffdf534eae04a5d06b2e097762bd64fc0591;hp=c61a504be1520b33f9cd145da218e55a5cda4b10;hpb=5742335f66bc628ad0ce75be7870127da04916df;p=mono.git diff --git a/mono/metadata/mono-debug-debugger.h b/mono/metadata/mono-debug-debugger.h index c61a504be15..6b042252419 100644 --- a/mono/metadata/mono-debug-debugger.h +++ b/mono/metadata/mono-debug-debugger.h @@ -11,13 +11,13 @@ #include #include +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__ */