Bug 318272 (MONO75271) - native/dwarf backend problems with array types
Summary: native/dwarf backend problems with array types
Status: RESOLVED FIXED
Alias: MONO75271
Product: Mono: Debugger
Classification: Mono
Component: backend (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Chris Toshok
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 04:57 UTC by Chris Toshok
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:21:26 UTC


---- Reported by toshok@ximian.com 2005-06-14 21:57:07 MST ----

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)



---- Additional Comments From toshok@ximian.com 2005-06-22 05:48:24 MST ----

just checked in support for this.


Unknown operating system unknown. Setting to default OS "Other".