https://sourceware.org/bugzilla/show_bug.cgi?id=30980
--- Comment #4 from Mark Wielaard <mark at klomp dot org> ---
O, apparently systemd isn't updated on freedesktop.org anymore. So my git repo
is stale. The copy on github (sigh) does have those files and the parse_core
function.
The dwfl setup is done with:
const Dwfl_Callbacks callbacks = {
.find_elf = sym_dwfl_build_id_find_elf,
.section_address = sym_dwfl_offline_section_address,
.find_debuginfo = sym_dwfl_standard_find_debuginfo,
};
Where sym_dwfl_offline_section_address is through some magic the libdw.so
dwfl_offline_section_address.
At least that explains why dwfl_offline_section_address is called.
--
You are receiving this mail because:
You are on the CC list for the bug.