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

2008-10-15 Thread Cedric Vivier
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

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

2008-10-15 Thread Jb Evain
Hey, On 10/15/08, Cedric Vivier [EMAIL PROTECTED] wrote: Please review. Following up an IRC discussion, this patch has been reviewed and commited. -- Jb Evain [EMAIL PROTECTED] ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

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

2008-10-15 Thread Jb Evain
On 10/15/08, Jb Evain [EMAIL PROTECTED] wrote: Following up an IRC discussion, this patch has been reviewed and commited. And has been backported to the 2.0 branch as well. -- Jb Evain [EMAIL PROTECTED] ___ Mono-devel-list mailing list

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

2008-10-15 Thread Rodrigo Kumpera
Martin, Do you think that this fix can be backported to 2.0? Thanks, Rodrigo 2008/10/15 Cedric Vivier [EMAIL PROTECTED] 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