[llvm] [llvm][dwarf][rfc][donotcommit] Enable print of ranges addresses from .debug_info.dwo (PR #65516)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 14:26:54 PDT 2023
================
@@ -125,6 +125,12 @@ class DWARFContext : public DIContext {
DWARFUnitVector &getDWOUnits(bool Lazy = false);
std::unique_ptr<const DWARFObject> DObj;
+ /// Can be optionally set by tools that work with .dwo/.dwp files to reference
+ /// main binary debug information. Usefull for accessing .debug_ranges and
----------------
adrian-prantl wrote:
Useful
https://github.com/llvm/llvm-project/pull/65516
More information about the llvm-commits
mailing list