X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fmono-debug-debugger.h;h=6b04225241975cb6f86e66766f536c637d8ec821;hb=9a6211315c7540e2a5311556cc2a500cfa9f5f4a;hp=b8d13b6eec20ed2ced812ec530cd9369879ebcd3;hpb=3c3e109e599412dc4f3d4c99ef191c4e453d0209;p=mono.git diff --git a/mono/metadata/mono-debug-debugger.h b/mono/metadata/mono-debug-debugger.h index b8d13b6eec2..6b042252419 100644 --- a/mono/metadata/mono-debug-debugger.h +++ b/mono/metadata/mono-debug-debugger.h @@ -11,19 +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; - -MonoDebugMethodAddressList * -mono_debugger_insert_method_breakpoint (MonoMethod *method, guint64 idx) MONO_INTERNAL; - -int -mono_debugger_remove_method_breakpoint (guint64 index) MONO_INTERNAL; +MONO_API void +mono_debug_free_locals (MonoDebugLocalsInfo *info); #endif /* __MONO_DEBUG_DEBUGGER_H__ */