[Bug libelf/31034] New: iproute2 fails to build with elfutils 0.190 with musl libc

2023-11-06 Thread ncopa at alpinelinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31034 Bug ID: 31034 Summary: iproute2 fails to build with elfutils 0.190 with musl libc Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal

[Bug libelf/31034] iproute2 fails to build with elfutils 0.190 with musl libc

2023-11-06 Thread ncopa at alpinelinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31034 --- Comment #1 from ncopa at alpinelinux dot org --- Patch sent to musl: https://www.openwall.com/lists/musl/2023/11/06/3 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug libdw/30948] src/stack doesn't show source inforamtion if the target is compiled with clang

2023-11-06 Thread yamato at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30948 --- Comment #2 from Masatake YAMATO --- Thank you. With -gdwarf-aranges, the stack command works expectedly. $ clang -O0 -g -gdwarf-aranges target.c -o target-clang $ ./target-clang & [1] 4104789 $ ./src/s

Re: [PATCH 08/14] libdw: Parse DWARF package file index sections

2023-11-06 Thread Omar Sandoval
On Thu, Nov 02, 2023 at 12:07:04AM +0100, Mark Wielaard wrote: > Hi Omar, > > On Wed, Sep 27, 2023 at 11:20:57AM -0700, Omar Sandoval wrote: > > The .debug_cu_index and .debug_tu_index sections in DWARF package files > > are basically hash tables mapping a unit's 8 byte signature to an offset > >

Re: [PATCH 09/14] libdw, libdwfl: Save original path of ELF file

2023-11-06 Thread Omar Sandoval
On Thu, Nov 02, 2023 at 06:04:27PM +0100, Mark Wielaard wrote: > Hi Omar, > > On Wed, 2023-09-27 at 11:20 -0700, Omar Sandoval wrote: > > libdw and libdwfl currently save the path of the directory containing > > the ELF file to use when searching for alt and dwo files. To search for > > dwp files

Re: [PATCH 10/14] libdw: Try .dwp file in __libdw_find_split_unit()

2023-11-06 Thread Omar Sandoval
On Thu, Nov 02, 2023 at 08:56:14PM +0100, Mark Wielaard wrote: > Hi Omar, > > On Wed, Sep 27, 2023 at 11:20:59AM -0700, Omar Sandoval wrote: > > Try opening the file in the location suggested by the standard (the > > skeleton file name + ".dwp") and looking up the unit in the package > > index. T