[PATCH] D159374: [llvm][dwarf][rfc][donotcommit] Enable print of ranges addresses from .debug_info.dwo

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 14:19:26 PDT 2023


clayborg added a comment.

In D159374#4635446 <https://reviews.llvm.org/D159374#4635446>, @dblaikie wrote:

> Might be easier to go the other way, and when dumping the main binary, also dump associated dwo/dwp files? (Perhaps under a flag, or by default, not sure)

I have a patch that does this that I am going to submit soon. If you dump the main executable, if it can find the .dwo/.dwp file(s), it will dump them. I added a "--dump-dwo" option to control if we dump the .dwo file after each skeleton compile unit. I also made many options work like looking up addresses and names.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159374



More information about the llvm-commits mailing list