[PATCH] D74195: [DebugInfo] Do not dump header field for pre-DWARF5 address tables.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 8 05:40:03 PST 2020


ikudrin added a comment.

The output of `readelf` looks like this:

  Contents of the .debug_addr section:
  
    For compilation unit at offset 0x0:
  	Index	Address
  	0:	00000000 
  	1:	00000010 
  	2:	00000018 

As far as I remember the internals of GNU utilities, they parse `.debug_info` first and use references from there to parse other sections.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74195/new/

https://reviews.llvm.org/D74195





More information about the llvm-commits mailing list