[Bug translator/15671] systemtap (rpm version) can't find debuginfo for @var() use
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Jun 25 16:25:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=15671
--- Comment #9 from Josh Stone <jistone at redhat dot com> ---
Also, while dwflpp does a lot of caching, dwflpp::getscopes(Dwarf_Addr pc) is a
straight call to dwarf_getscopes(cu, pc, &return_ptr). That cu came from
query_addr's earlier dwflpp::query_cu_containing_address(addr), which just goes
to dwfl_module_addrdie().
There is a difference that dwarf_getscopes' pc has the module bias removed, but
we've already asserted this bias matches that returned by
dwfl_module_addrdie(). (And besides, the other pass* marks don't have any bias
issue.)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list