Bugzilla – Bug 318272
native/dwarf backend problems with array types
Last modified: 2007-09-15 21:24:34 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".