Bug 27375 - [dwz, dwarf5] .debug_addr support
Summary: [dwz, dwarf5] .debug_addr support
Status: NEW
Alias: None
Product: dwz
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
: 28985 (view as bug list)
Depends on:
Blocks: 24726
  Show dependency treegraph
 
Reported: 2021-02-08 13:32 UTC by Tom de Vries
Modified: 2024-03-12 08:18 UTC (History)
6 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom de Vries 2021-02-08 13:32:16 UTC
[ Not a duplicate of PR24756, that one is related to split dwarf.  There will be overlap though. ]

$ clang -gdwarf-5 ../src/testsuite/dwz.tests/hello.c 
$ cp a.out 1; ./dwz 1
./dwz: 1: Unknown debugging section .debug_addr
Comment 1 Mark Wielaard 2021-02-18 14:45:36 UTC
Also note that there are two new location operations DW_OP_addrx and DW_OP_constx that can reference the .debug_addr section index.
Comment 2 Gianfranco 2022-09-22 06:37:11 UTC
https://sourceware.org/pipermail/dwz/2021q1/000930.html contains a patch for this issue.

and my bug https://sourceware.org/bugzilla/show_bug.cgi?id=28985 is duplicate of this one.
Comment 3 Gianfranco 2022-09-22 14:47:34 UTC
*** Bug 28985 has been marked as a duplicate of this bug. ***