[Mono-bugs] [Bug 51477][Wis] Changed - AOTd code does not give line numbers under --debug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Nov 2003 12:29:06 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=51477

--- shadow/51477	2003-11-28 12:26:33.000000000 -0500
+++ shadow/51477.tmp.11421	2003-11-28 12:29:06.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51477
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -41,6 +41,11 @@
 Gonzalo was pretty sure this was a bug:
 <gonzalo> but metadata is read from .dll
 <gonzalo> so it should have the info to get line numbers
 
 If it is not actually a bug, but is by design, maybe we should ignore the
 aot'd assembly under --debug.
+
+------- Additional Comments From vargaz@freemail.hu  2003-11-28 12:29 -------
+The metadata includes the line number info, but not the machine code
+->IL offset mapping, which should be saved to the AOT file. So this 
+is a bug/missing feature.