[Mono-dev] [PATCH] Get back methods in the symbol files generated by SRE-using compilers

Rodrigo Kumpera kumpera at gmail.com
Wed Oct 15 10:13:48 EDT 2008


Martin,

Do you think that this fix can be backported to 2.0?

Thanks,
Rodrigo

2008/10/15 Cedric Vivier <cedricv at neonux.com>

> Hey all,
>
> I've recently discovered that code generated by booc (or other
> compilers using SRE [1]) cannot be conveniently debugged with the mono
> debugger anymore because there is no methods information in the
> generated symbol file.
> It was working pre-kahalo, but when symbol writing code from SRE came
> back in r105607 (Jun 11 2008) the necessary
> SymbolWriter.SetMethodSourceRange method has not been implemented but
> just stubbed with a "#if FIXME" englobing all body.
>
> This patch implements SetMethodSourceRange using the new underlying
> MonoSymbolWriter's API so that the symbol files generated by SRE-using
> compiler are useful again.
>
> Please review.
>
> Regards,
>
> [1] System.Reflection.Emit
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081015/7aa877c2/attachment.html 


More information about the Mono-devel-list mailing list