*** empty log message ***
[mono.git] / mono / jit / debug.h
index f302540ff2cdb6c8b2a6da725f41b1553f29ade3..adc3fdc54439b17cd398e12b9973a5ea6c7c0df8 100644 (file)
@@ -71,6 +71,8 @@ void           mono_debug_cleanup (void);
 
 void           mono_debug_add_method (MonoFlowGraph *cfg);
 
+void           mono_debug_add_wrapper (MonoMethod *method, MonoMethod *wrapper_method);
+
 void           mono_debug_add_type (MonoClass *klass);
 
 gchar *        mono_debug_source_location_from_address (MonoMethod *method, guint32 address,