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

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 15:35:01 PDT 2023


ayermolo added a comment.

Also might be easier to explain to an "average" user "Just run llvm-dwarfdump --main-binary=<path_to_main_binary> --debug-info <path_to_dwo>" Vs Dump this DWO, look up DWOID (explain where it is in DWARF4 vs 5), then run llvm-dwarfdump again now with main binary with these flags.


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