[Mono-dev] [PATCH] Ilasm: take source line info into account
Thierry Lafage
thierry.lafage at inria.fr
Mon Mar 29 06:03:21 EDT 2010
Hi all,
Here is a patch which makes ilasm take source line information into account.
It adds a command-line option (/src-debug), File information to Location
objects and all support to take into account .line statements from input
file (instead of building up source info from CIL input file).
This patch may not modify anything when the /src-debug option is not set
and will be useful at least to users of the gcc4cli compiler since it
generates CIL code with .line statements to relate it to C source code
(with -g).
Feel free to comment and commit if it's ok.
Regards,
Thierry Lafage.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ilasm-src-debug.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100329/389a164d/attachment-0001.pl
More information about the Mono-devel-list
mailing list