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/15671] systemtap (rpm version) can't find debuginfo for @var() use


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.


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