Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / debug-internals.h
index 1d5e33cf2504f07ff6924f3900e62d296bba4400..5ac4f103adf48a874e10f09a3377cc0fbe05511e 100644 (file)
@@ -84,4 +84,7 @@ mono_debug_free_method_async_debug_info (MonoDebugMethodAsyncInfo *info);
 gboolean
 mono_debug_image_has_debug_info (MonoImage *image);
 
+MonoDebugSourceLocation *
+mono_debug_lookup_source_location_by_il (MonoMethod *method, guint32 il_offset, MonoDomain *domain);
+
 #endif /* __DEBUG_INTERNALS_H__ */