https://sourceware.org/bugzilla/show_bug.cgi?id=27405
Mark Wielaard <mark at klomp dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark at klomp dot org
--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
Note that the issue is here in libdw/dwarf_getsrcfiles.c:
/* Let the more generic function do the work. It'll create more
data but that will be needed in an real program anyway. */
res = INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines);
debuginfod shows that comment is wrong.
There is also the internal __libdw_getsrclines function which is used in a
couple of place to "only" get the srcfiles.
--
You are receiving this mail because:
You are on the CC list for the bug.