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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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)
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to