This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/4166] Assertion failure in c_translate_array


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]