[Mono-bugs] [Bug 74805][Maj] Changed - Incorrect line number
information
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 20 08:48:42 EDT 2005
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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74805
--- shadow/74805 2005-07-20 08:47:48.000000000 -0400
+++ shadow/74805.tmp.6334 2005-07-20 08:48:42.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: toshok at ximian.com
ReportedBy: toshok at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: sometimes setting a variable doesn't change the inferior's execution
+Summary: Incorrect line number information
something's wrong between the jit and debugger, most probably. Take the
following test:
using System;
@@ -93,6 +93,9 @@
=====
The `if (ok)' begins at 0x400177ea - `ok' is stored in %r14 which is
then copied into %rax and checked. However, the debugger stops at
0x400177ed - so if you modify the variable, the debugger correctly
changes %r14, but it's already copied into %rax.
+
+------- Additional Comments From martin at ximian.com 2005-07-20 08:48 -------
+Let's wait until Atsushi committed his big line-number rewrite to mcs.
More information about the mono-bugs
mailing list