[Bug tools/31085] Provide tool to extract path to .dwo from binary

2024-02-09 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31085 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[Bug tools/31360] New: Add eu-dwp tool

2024-02-09 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31360 Bug ID: 31360 Summary: Add eu-dwp tool Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tools Assignee: u

Re: [PATCH v2 1/5] strip: Adapt src/strip -o -f on mips

2024-02-09 Thread Mark Wielaard
Hi Ying, Sorry I keep postponing this. I don't have access to a mips64le box, the cfarm only has 64bit big endian mips machines. But the part I am struggling with is the relocation data conversion needed in the mips64le case. On Fri, Nov 03, 2023 at 01:18:12PM +0100, Mark Wielaard wrote: > On Thu

[PATCH] Handle DW_AT_decl_file 0

2024-02-09 Thread Aaron Merey
Modify dwarf_decl_file to support DW_AT_decl_file with value 0. Because of inconsistencies in the DWARF 5 spec, it is ambiguous whether DW_AT_decl_file value 0 is a valid .debug_line file table index for the main source file or if it means that there is no source file specified. dwarf_decl_file i