This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/4166] Assertion failure in c_translate_array
- From: "roland at gnu dot org" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 7 Mar 2007 11:15:06 -0000
- Subject: [Bug translator/4166] Assertion failure in c_translate_array
- References: <20070307100614.4166.dolmen@users.sourceforge.net>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From roland at gnu dot org 2007-03-07 11:15 -------
The translator is responsible for checking Dwarf types and calling c_translate_*
with only the appropriate DIE flavor for each call. To support C-style use of
pointers with array syntax, it needs to use c_translate_pointer+addressof, then
do its own arithmetic. c_translate_array could be extended to do this for
DW_TAG_pointer, but still it looks like the translator is not checking types
before calling loc2c.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4166
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.