Closed GoogleCodeExporter closed 9 years ago
This is not hard to fix as long as we make the assumption that any DIEs
referenced in
this manner will already have been seen. In practice, this seems to be the case,
although the spec does not require it. I think this is probably good enough,
although
I have yet to test it on actual Mozilla binaries.
Original comment by ted.mielczarek
on 3 Dec 2008 at 8:32
Attachments:
This patch works on Mozilla binaries. My previous patch only worked on trivial
(single compile unit) input. DW_AT_specification can be DW_FORM_ref4, which is a
compilation unit-relative offset, so the offset needs to be made absolute in
order to
look it up in the offset_to_funcinfo_ map.
Original comment by ted.mielczarek
on 4 Dec 2008 at 4:35
Attachments:
Fixed in r303.
Original comment by ted.mielczarek
on 8 Dec 2008 at 1:14
Original issue reported on code.google.com by
ted.mielczarek
on 2 Dec 2008 at 12:00