[Bug translator/4166] Assertion failure in c_translate_array

roland at gnu dot org sourceware-bugzilla@sourceware.org
Wed Mar 7 11:15:00 GMT 2007


------- 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.



More information about the Systemtap mailing list