[Mono-bugs] [Bug 75271][Nor] New - native/dwarf backend problems with array types

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 14 21:57:08 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 toshok at ximian.com.

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

--- shadow/75271	2005-06-14 21:57:08.000000000 -0400
+++ shadow/75271.tmp.10740	2005-06-14 21:57:08.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 75271
+Product: Mono: Debugger
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: backend
+AssignedTo: toshok at ximian.com                            
+ReportedBy: toshok at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: native/dwarf backend problems with array types
+
+int
+main (int argc, char **argv)
+{
+  int aaa[5];
+
+  aaa[0] = 5;
+}
+
+the following happens:
+
+(mdb) print aaa[0]
+No such type of method: `aaa'
+(mdb) set aaa[0] = 5
+No such type of method: `aaa'
+(mdb) print aaa
+No such type of method: `aaa'
+(mdb)


More information about the mono-bugs mailing list